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.Controls Namespace > DicomPropertyGrid Class : AddTags Method |
public void AddTags( List<long> _Tags )
'Declaration
Public Sub AddTags( _ ByVal _Tags As List(Of Long) _ )
'Usage
Dim instance As DicomPropertyGrid Dim _Tags As List(Of Long) instance.AddTags(_Tags)
public: void AddTags( List<int64>^ _Tags )