DicomObjects Reference
DicomObjects Reference / DicomDataSets Collection / Clear Method
In This Topic
    Clear Method
    In This Topic
    Description
    Clears the Collection
    Syntax
    Visual Basic
    Public Sub Clear() 
    Remarks
    Immediately clears a collection.  The collection object persists, but after the call is empty. The contained objects are only destroyed if there are no other outstanding references to them.
    See Also