AutoCAD.ObjectId
Description
A class that encapsulates the identifier for a DWG database-resident object.
Use in conjunction with AutoCAD.Database.openObject(). This class is a FlexScript wrapper for the AcDbObjectId class.
Properties
handle | The handle associated with the object. |
isNull | True the object id references no object. |
Operators
bool | Returns true if the ObjectId is valid. |
Details
Do no remove, this fixes the anchor on doc.flexsim.com
AutoCAD.ObjectId.handle
readonly AutoCAD.Handle handle
Description
The handle associated with the object.
Do no remove, this fixes the anchor on doc.flexsim.com
Do no remove, this fixes the anchor on doc.flexsim.com
AutoCAD.ObjectId.operator bool
int operator bool( ) |
Description
Returns true if the ObjectId is valid.