Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 676 Bytes

File metadata and controls

32 lines (25 loc) · 676 Bytes

vsoADPGetDimDefParms

Description

Retrieve the parameters from the Auto Dimension GetDimensionDefinitions (78) message sent to a Script object.

PROCEDURE vsoADPGetDimDefParms(
				message           : LONGINT;
				VAR viewType      : INTEGER;
				VAR universalName : DYNARRAY[] of CHAR;
				VAR dimType       : INTEGER);
def vs.vsoADPGetDimDefParms(message):
    return (viewType, universalName, dimType)

Parameters

Name Type Description
message LONGINT
viewType INTEGER
universalName DYNARRAY[] of CHAR
dimType INTEGER

Version

Availability: from Vectorworks 2023

Category

  • Object Events