AddMacro Method

Summary
Adds a macro and associates it with the specified tag.
Syntax
C#
VB
C++
public virtual void AddMacro( 
   long tag, 
   string macro 
) 
Public Overridable Sub AddMacro( _ 
   ByVal tag As Long, _ 
   ByVal macro As String _ 
)  
public: 
virtual void AddMacro(  
   int64 tag, 
   String^ macro 
)  

Parameters

tag
The tag to add a macro for.

macro
The macro to associate with the tag.

Requirements

Target Platforms

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

Leadtools.Dicom.Common Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.