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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly