←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly