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:
Autodesk.AutoCAD.Runtime.DisposableWrapper Autodesk.AutoCAD.Runtime.RXObject Autodesk.AutoCAD.Runtime.RXClass
Public sealed Class RXClass Inherits RXObject
public sealed class RXClass : RXObject;
Comments? |