API Reference > OdRx Classes > OdRxClass Class
OdRxClass Class
OdRxClassOdRxClassOdRxClassOdRxClass
Syntax
C++
class OdRxClass : public OdRxObject;

RxObject.h

Contains runtime information about a Rx-Object.

A pointer to an OdRxClass instance can be obtained for an OdRxObject class by calling the OdRxObject::desc() function.

RTTI Technology 

Implementing the Class Describing Structure

 
Name 
Description 
 
This is ~OdRxClass, a member of class OdRxClass. 
 
This is OdRxClass, a member of class OdRxClass. 
 
Name 
Description 
 
addX 
Creates the Protocol Extension for the specified OdRxClass.
 
 
Returns the application class name for the class describing instance represented by this OdRxClass object. Custom class can alter its application name depending on file format version it's being saved to. 
 
Returns a pointer to the callback function which is called when a drawing is to be saved and the logical application class name represented by the class description instance to be written out to file for the custom class, or NULL, if the callback function is not assigned. 
 
This is the overview for the attributes method overload. 
 
Returns the raw pointer to the function that is the pseudo-constructor for this class. 
 
Creates a new instance of the class associated with the class describing instance using the pseudo-constructor of the class. 
 
Returns the custom flags for the class describing instance represented by this OdRxClass object. 
 
delX 
Deletes the Protocol Extension for the specified Protocol Extension class. 
 
Returns the DXF class name for the class describing instance represented by this OdRxClass object. 
 
Returns the .dwg file version and maintenance version for the class describing instance represented by this OdRxClass object.
 
 
getX 
Returns the Protocol Extension for the specified Protocol extension class.
 
 
Checks whether the class defined by this class describing instance belongs to or derived from the specified class. The method returns true if and only if this object is an instance of the specified class or a subclass of the specified class.
 
 
This is members, a member of class OdRxClass. 
 
Returns the OdRxModule object in which the class is resided. 
 
Returns the raw pointer to the class describing instance which describes the parent class for this class as the OdRxClass object. 
 
name 
Returns the class name for the class describing instance represented by this OdRxClass object. 
 
This is ODRX_DECLARE_MEMBERS, a member of class OdRxClass. 
 
Returns the /proxy flags/ for the class describing instance represented by this OdRxClass object. 
 
Sets the user-defined function as the pseudo-constructor for this class.
 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.