DicomObjects Reference
DicomObjects Reference / DicomLabels Collection / Clear Method
Clear Method
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