C++
inline bool isKindOf( const AcRxClass * aClass ) const;
Description
Returns true if "this" object is of a member of either the class represented by aClass, or a class derived from aClass.
Parameters
| Parameters | Description |
|---|---|
| aClass | Input pointer to AcRxClass object for the C++ base class being tested against |