DicomObjects Reference
DicomObjects Reference / DicomLabels Collection / Remove Method
The 1-based index of the label to remove
In This Topic
    Remove Method
    In This Topic
    Description
    Removes an item from the collection
    Syntax
    Visual Basic
    Public Sub Remove( _
       ByVal Index As Long _
    ) 
    Parameters
    Index
    The 1-based index of the label to remove
    Remarks
    Removes specified DicomLabel from the collection.
    See Also