All Cadcorp SIS API Methods

GetCommandTick Method

Description

Gets the tick state of an application-defined command. Previously added using AddCommand.

Syntax

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

Parameters

comname
The command whose tick state is to be verified. This is the value of menu in the method AddCommand.

Return Type

True    The tick is on.
False    The tick is off.

Remarks

Available: D OD OM

Groups:

Example

sis.GetCommandTick ("AComExtrude")