FindTag Method

Summary

Finds the tag macro for the specified tag.

Syntax
C#
VB
C++
public virtual TagMacro FindTag( 
   long tag 
) 
Public Overridable Function FindTag( _ 
   ByVal tag As Long _ 
) As TagMacro 
public: 
virtual TagMacro^ FindTag(  
   int64 tag 
)  

Parameters

tag
The tag to search for.

Return Value

The tag and macro. Returns null if the specified tag is not found.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly