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)| 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. |
VS Functions: TagSubObjectAsPart | IsObjectTaggedAsPart | GetPartTypeName
Availability: from Vectorworks 2022
- Objects - Custom