←Select platform

TagMacro Constructor(long,string)

Summary

Initializes a new instance of the TagMacro class.

Syntax

C#
VB
C++
public TagMacro( 
   long tag, 
   string macro 
) 
Public Function New( _ 
   ByVal tag As Long, _ 
   ByVal macro As String _ 
) 
public: 
TagMacro(  
   int64 tag, 
   String^ macro 
) 

Parameters

tag
The data element tag this macro corresponds to.

macro
The macro to be associated with the data element tag.

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