All Cadcorp SIS API Methods

CallCommand

Description

Calls a non-interactive or one-shot command (a command that does not require user intervention with the mouse) in the current SIS Workspace Definition (SWD)

Syntax

Visual Basic
Public Function CallCommand( _
   ByVal comname As String _
) As Integer

Parameters

comname
The command to call.

Remarks

Available D

Group:

Example

sis.CallCommand ("AComRedraw")