DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomImage Class / Add Method / Add(DicomAttribute) Method
An existing DicomAttribute to add






In This Topic
    Add(DicomAttribute) Method
    In This Topic
    Add an existing attribute to the underlying DicomDataSet
    Syntax
    'Declaration
     
    
    Public Overloads Sub Add( _
       ByVal attribute As DicomAttribute _
    ) 
    'Usage
     
    
    Dim instance As DicomImage
    Dim attribute As DicomAttribute
     
    instance.Add(attribute)
    public void Add( 
       DicomAttribute attribute
    )
    public procedure Add( 
        attribute: DicomAttribute
    ); 
    public function Add( 
       attribute : DicomAttribute
    );
    public: void Add( 
       DicomAttribute* attribute
    ) 
    public:
    void Add( 
       DicomAttribute^ attribute
    ) 

    Parameters

    attribute
    An existing DicomAttribute to add
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also