Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 782 Bytes

File metadata and controls

28 lines (22 loc) · 782 Bytes

SetPartInstanceName

Description

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

PROCEDURE SetPartInstanceName(
				objectHandle       : HANDLE;
				uniqueInstanceName : STRING);
def vs.SetPartInstanceName(objectHandle, uniqueInstanceName):
    return None

Parameters

Name Type Description
objectHandle HANDLE The sub-object handle.
uniqueInstanceName STRING The unique part name to be assigned assigned to this part instance. The name must be unique for all instances of the part within an object.

Version

Availability: from Vectorworks 2022

Category