Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 588 Bytes

File metadata and controls

27 lines (21 loc) · 588 Bytes

IsClassChoiceSelected

Description

Returns if 'By Class' is the selected choice in a marker, line style, or color popup control.

FUNCTION IsClassChoiceSelected(
				dialogID    : LONGINT;
				componentID : LONGINT): BOOLEAN;
def vs.IsClassChoiceSelected(dialogID, componentID):
    return BOOLEAN

Parameters

Name Type Description
dialogID LONGINT Id of the dialog
componentID LONGINT Id of the popup control

Version

Availability: from Vectorworks 2012

Category