Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.28
|
Leadtools.Dicom.Common.Editing Namespace > DicomEditableObject Class : AddTag Method |
public void AddTag( DicomEditableProperty parent, long tag )
'Declaration
Public Sub AddTag( _ ByVal parent As DicomEditableProperty, _ ByVal tag As Long _ )
'Usage
Dim instance As DicomEditableObject Dim parent As DicomEditableProperty Dim tag As Long instance.AddTag(parent, tag)
public: void AddTag( DicomEditableProperty^ parent, int64 tag )