C++
bool acdbIsCustomObject( const AcDbObjectId& id );
File
dbmain.h
Description
Returns Adesk::kTrue if id is the objectId of an object of a custom class (that is, not a class built into AutoCAD). Otherwise, it returns Adesk::kFalse.
Parameters
Parameters | Description |
---|---|
id | Input objectId of the object in question |