Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 1.03 KB

File metadata and controls

38 lines (30 loc) · 1.03 KB

GetCustomObjectInfo

Description

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)

Parameters

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).

Remarks

[sd 8/19/98]

See Also

VS Functions: IsNewCustomObject

Version

Availability: from VectorWorks8.0

Category