Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 998 Bytes

File metadata and controls

38 lines (30 loc) · 998 Bytes

GetPartTypeInfo

Description

Get all part information for the specified sub-object. The sub-object must be an object that was tagged as a part.

FUNCTION GetPartTypeInfo(
				objectHandle           : HANDLE;
				VAR partTypeName       : STRING;
				VAR dataID             : LONGINT;
				VAR uniqueInstanceName : STRING): BOOLEAN;
def vs.GetPartTypeInfo(objectHandle):
    return (BOOLEAN, partTypeName, dataID, uniqueInstanceName)

Parameters

Name Type Description
objectHandle HANDLE The sub-object handle.
partTypeName STRING The name of the part type.
dataID LONGINT The numeric value assigned to this part instance
uniqueInstanceName STRING The unique name assigned to this part instance.

See Also

VS Functions: TagSubObjectAsPart | IsObjectTaggedAsPart | GetPartTypeName

Version

Availability: from Vectorworks 2022

Category

  • Objects - Custom