DicomObjects Reference
DicomObjects Reference / DicomAttributes Collection / Remove Method
The tags of the attribute to be removed
The tags of the attribute to be removed
In This Topic
    Remove Method
    In This Topic
    Description
    Removes a DicomAttribute froma DicomAttributes Collection
    Syntax
    Visual Basic
    Public Sub Remove( _
       ByVal Group As Long, _
       ByVal Element As Long _
    ) 
    Parameters
    Group
    The tags of the attribute to be removed
    Element
    The tags of the attribute to be removed
    Remarks
    If the appropriate data element exists in the collection, it is removed.
    No error is generated is the requested item is not present in the collection.
    See Also