This .NET class wraps the AcRxObject ObjectARX class.
Object is a base class for classes whose objects require runtime-identifiable classes, and runtime analysis of the ancestry of a class. Implemented to support registration of new classes from ObjectARX applications at runtime.
Public abstract Class RXObject Inherits DisposableWrapper Inherits ICloneable
public abstract class RXObject : DisposableWrapper, ICloneable;
Comments? |