API Reference > OdRx Classes > OdRxObject Class > OdRxObject Methods > OdRxObject::isA Method
OdRxObject::isA Method
Syntax
C++
virtual OdRxClass* isA() const;

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

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

Example of Identifying Classes 

Functionality of RTTI

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