VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Annotation.UI.VisualTools Namespace / SelectedAnnotationViewCollection Class / ClearAndAddRange(AnnotationView[]) Method
Syntax Requirements SeeAlso
In This Topic
    ClearAndAddRange(AnnotationView[]) Method (SelectedAnnotationViewCollection)
    In This Topic
    Clears collection and adds the elements of an AnnotationView array to the end of the SelectedAnnotationViewCollection.
    Syntax
    'Declaration
    
    Public Sub ClearAndAddRange( _
    ByVal items
    The AnnotationView array whose elements should be added to the end of the SelectedAnnotationViewCollection.
    () As Vintasoft.Imaging.Annotation.UI.AnnotationView _
    )
    public:
    void ClearAndAddRange(
    array<Vintasoft.Imaging.Annotation.UI.AnnotationView^>^ items
    )

    Parameters

    items
    The AnnotationView array whose elements should be added to the end of the SelectedAnnotationViewCollection.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also