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



    Add(DicomAttribute) Method
    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)

    Parameters

    attribute
    An existing DicomAttribute to add
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also