Overload List
| Method | Description |
|---|---|
AcDbObject::getField (ACHAR*, AcDbField*&, AcDb::OpenMode) | Gets the field object. A field can be stored in an object using the property name as the key.Returns Acad::eOk if the object has a field for the specified property. Otherwise, returns an AutoCAD error status. |
AcDbObject::getField (ACHAR*, AcDbObjectId&) | Gets the field ID. A field can be stored in an object using the property name as the key.Returns Acad::eOk if the object has a field for the specified property. Otherwise, returns an AutoCAD error status. |
