RXClass Class

Description

This .NET class wraps the AcRxClass ObjectARX class.

Class objects (actually objects of an internal class derived from Class, since AcRxClass is an abstract base class) are used as the nodes in the ObjectARX runtime class hierarchical tree. Each instance of an Class represents a C++ class derived from AcRxObject (or Object itself). The run-time information about such C++ classes and their hierarchical relationships is available through the Class objects that make up the runtime tree.

For each class, Class maintains the following information about the C++ class it represents: