API Reference > OdRx Classes > OdRxObject Class > OdRxObject Methods > OdRxObject::desc Method
OdRxObject::desc Method
Syntax
C++
static OdRxClass* desc();

Returns the raw pointer to the class describing instance statically associated with this object as the OdRxClass object.

This function is for use only when the class type of this object is known. If the class type of this object is unknown, use isA() method instead.

Example of Identifying Classes 

Functionality of RTTI

Copyright © 2002–2020. Open Design Alliance. All rights reserved.