Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 627 Bytes

File metadata and controls

28 lines (22 loc) · 627 Bytes

SetPartDataID

Description

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

PROCEDURE SetPartDataID(
				objectHandle : HANDLE;
				dataID       : LONGINT);
def vs.SetPartDataID(objectHandle, dataID):
    return None

Parameters

Name Type Description
objectHandle HANDLE The sub-object handle.
dataID LONGINT The numeric value assigned to the part.

Version

Availability: from Vectorworks 2022

Category