Function GetCustomObjectInfo is used within plug-in object scripts to determine information about the object. Returns TRUE when (objectHand <> NIL) AND (recordHand <> NIL)
FUNCTION GetCustomObjectInfo(
VAR objectName : STRING;
VAR objectHand : HANDLE;
VAR recordHand : HANDLE;
VAR wallHand : HANDLE): BOOLEAN;def vs.GetCustomObjectInfo():
return (BOOLEAN, objectName, objectHand, recordHand, wallHand)| Name | Type | Description |
|---|---|---|
| objectName | STRING | Returns the name of the object. |
| objectHand | HANDLE | Returns a handle to the plugin object in the drawing. |
| recordHand | HANDLE | Returns a handle to the record containing current parameter values. |
| wallHand | HANDLE | Returns a handle to a wall, (if this object is in a wall). |
[sd 8/19/98]
VS Functions: IsNewCustomObject
Availability: from VectorWorks8.0