DicomObjects.NET8 Documentation
DicomObjects Namespace / DicomLabelCollection Class / Add Method / Add(IEnumerable<DicomLabel>) Method
Items to add



In This Topic
    Add(IEnumerable<DicomLabel>) Method
    In This Topic
    Add a list of DicomLabel objects
    Syntax
    'Declaration
     
    
    Public Overloads Sub Add( _
       ByVal Items As IEnumerable(Of DicomLabel) _
    ) 
    'Usage
     
    
    Dim instance As DicomLabelCollection
    Dim Items As IEnumerable(Of DicomLabel)
     
    instance.Add(Items)
    public void Add( 
       IEnumerable<DicomLabel> Items
    )
    public:
    void Add( 
       IEnumerable<DicomLabel^>^ Items
    ) 

    Parameters

    Items
    Items to add
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also