Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 641 Bytes

File metadata and controls

30 lines (23 loc) · 641 Bytes

vsoADPBeginDimType

Description

Begin providing the dimension type result for the Auto Dimension GetSupportedTypes (77) message sent to a Script object.

PROCEDURE vsoADPBeginDimType(
				message       : LONGINT;
				universalName : DYNARRAY[] of CHAR;
				localizedName : DYNARRAY[] of CHAR);
def vs.vsoADPBeginDimType(message, universalName, localizedName):
    return None

Parameters

Name Type Description
message LONGINT
universalName DYNARRAY[] of CHAR
localizedName DYNARRAY[] of CHAR

Version

Availability: from Vectorworks 2023

Category

  • Object Events