Adds an item
Visual Basic |
---|
Public Sub Add( _ ByVal Label As DicomLabel _ ) |
The new addition is added at the end of the collection. It may subsequently be moved using Move if necessary.
Individual labels may only be attached to a single DicomImage objects, to prevent ambiguities when the ROI functions are used. Accordingly if this method is used on a label which is already a member of a DicomLabels collection, then a cloned copy of the label will be created, and the clone will be added. This should be noted when manipulating the properties of such a label after using this method.