←Select platform

AddTags Method

Summary

Adds a list of tags to the property grid.

Syntax

C#
VB
C++
public void AddTags( 
   List<long> @Tags_ 
) 
Public Sub AddTags( _ 
   ByVal Tags_ As List(Of Long) _ 
)  
public: 
void AddTags(  
   List<int64>^ Tags_ 
)  

Parameters

_Tags
The list of tags to add.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly