Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 889 Bytes

File metadata and controls

29 lines (23 loc) · 889 Bytes

SelectClassChoice

Description

Use to select the class option in a popup that ShowByClassChoice has been called on. This function must be called with FALSE param if the popup currently has the class selection and the script wishes to change to a non-class selection.

PROCEDURE SelectClassChoice(
				dialogID    : LONGINT;
				componentID : LONGINT;
				select      : BOOLEAN);
def vs.SelectClassChoice(dialogID, componentID, select):
    return None

Parameters

Name Type Description
dialogID LONGINT Id of the dialog
componentID LONGINT Id of the popup control
select BOOLEAN TRUE if setting by class or FALSE if programmatically restoring the value to a non-class setting after class setting was applied

Version

Availability: from Vectorworks 2012

Category