Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 567 Bytes

File metadata and controls

25 lines (19 loc) · 567 Bytes

GetPartInstanceName

Description

Return the unique name assigned to this part instance represented by the specified sub-object.
The sub-object must be an object that was tagged as a part.

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

Parameters

Name Type Description
objectHandle HANDLE The sub-object handle.

Version

Availability: from Vectorworks 2022

Category