Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 701 Bytes

File metadata and controls

29 lines (23 loc) · 701 Bytes

vsoADPSetCatName

Description

Sets the universal type name parameter and localized name parameter for the Auto Dimension GetDisplayCategoryName (79) message sent to a Script object.

PROCEDURE vsoADPSetCatName(
				message       : LONGINT;
				universalName : DYNARRAY[] of CHAR;
				localizedName : DYNARRAY[] of CHAR);
def vs.vsoADPSetCatName(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