DicomObjects.NET.8.48 Documentation
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.8 or higher

See Also