VCMacro


Version:

1.2

Description:

Issues a command to Visual CADD™ to execute the included macro string.

Declaration:

 

C/C++

extern "C" void WINAPI VCMacro(char* sz);

Delphi

procedure VCMacro(sz: PAnsiChar); stdcall;

ActiveX/COM

Sub Macro(ByVal sz As String)

Parameters:

sz - the string of Visual CADD™ native or two letter commands.

Notes:

Any two letter command or native Visual CADD™ can be used to issue a macro or script command. Sequences of commands can also be sent but must be separated by semicolons. Each macro must also be concluded with a semicolon.

See Also:

VCIsScriptAssigned