Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 582 Bytes

File metadata and controls

29 lines (22 loc) · 582 Bytes

GetPartTypeName

Description

Return the part type for the specified sub-object.
The sub-object must be an object that was tagged as a part.

FUNCTION GetPartTypeName(objectHandle : HANDLE): STRING;
def vs.GetPartTypeName(objectHandle):
    return STRING

Parameters

Name Type Description
objectHandle HANDLE The sub-object handle.

See Also

VS Functions: TagSubObjectAsPart

Version

Availability: from Vectorworks 2022

Category