RXObject Class

This class is the base class for all RxObject objects that require Runtime Type Identification.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    Teigha.RuntimeDisposableWrapper
      Teigha.RuntimeRXObject
        More

Namespace: Teigha.Runtime
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 26.9.0.0
Syntax
public abstract class RXObject : DisposableWrapper, 
        ICloneable, IDynamicMetaObjectProvider

The RXObject type exposes the following members.

Constructors
  Name Description
Protected method RXObject Initializes a new instance of the RXObject class
Top
Properties
  Name Description
Public property AutoDelete Property that indicates whether the object should be automatically deleted by the Garbage Collector.
(Inherited from DisposableWrapper)
Public property IsDisposed Property that indicates whether pointer to native code unmanaged object == IntPtr::Zero.
(Inherited from DisposableWrapper)
Public property UnmanagedObject Property that represents a pointer to an unmanaged object.
(Inherited from DisposableWrapper)
Top
Methods
  Name Description
Public method Clone Creates a *clone* of this object, and returns a pointer to the *clone*.
Public method CompareTo Allows classes to compare class objects.
Public method CopyFrom Copies the contents of the specified object into this object.
Public methodStatic member Create Creates an object based on the passed pointer and returns a handle to the created object.
Public method CreateObjRef
(Inherited from MarshalByRefObject)
Protected method DeleteUnmanagedObject
(Overrides DisposableWrapperDeleteUnmanagedObject)
Public method Dispose
(Inherited from DisposableWrapper)
Protected method Dispose(Boolean)
(Inherited from DisposableWrapper)
Public method Equals Checks objects for equality.
(Inherited from DisposableWrapper)
Protected method Finalize
(Inherited from DisposableWrapper)
Public methodStatic member GetClass Looks up and returns the RXClass object that corresponds to type.
Public method GetHashCode Retrieves the object hash code.
(Inherited from DisposableWrapper)
Public method GetLifetimeService
(Inherited from MarshalByRefObject)
Public method GetMetaObject  
Public method GetRXClass Gets a class describing instance dynamically associated with this object as the OdRxClass object.
Public method GetType
(Inherited from Object)
Public method InitializeLifetimeService
(Inherited from MarshalByRefObject)
Protected method MemberwiseClone
(Inherited from Object)
Protected method MemberwiseClone(Boolean)
(Inherited from MarshalByRefObject)
Public method QueryX Checks whether the object belongs to the specified class and returns a pointer to this object if this object can be converted to the specified class.
Public method ToString
(Inherited from Object)
Public method X Checks whether the object belongs to the specified class and returns a pointer to this object if this object can be converted to the specified class, or throws an exception if it cannot.
Top
Remarks
For more information, see Overview of Smart Pointer Classes, RTTI Technology and Comparing Rx-Objects.
See Also
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    Teigha.RuntimeDisposableWrapper
      Teigha.RuntimeRXObject
        Bricscad.CivilCivilSubObjectBase
        Bricscad.ParametricAnchorFeaturePE
        Teigha.Aec.DatabaseServicesImpObject
        Teigha.DatabaseServicesAbstractViewPE
        Teigha.DatabaseServicesAssocArrayParameters
        Teigha.DatabaseServicesAssocPersSubentityId
        Teigha.DatabaseServicesAssocPersSubentityIdPE
        Teigha.DatabaseServicesCompoundObjectId
        Teigha.DatabaseServicesConstraintGroupNode
        Teigha.DatabaseServicesDatabase
        Teigha.DatabaseServicesDataCell
        Teigha.DatabaseServicesDataColumn
        Teigha.DatabaseServicesDataLinkManager
        Teigha.DatabaseServicesDbDictionaryEnumerator
        Teigha.DatabaseServicesDwgFiler
        Teigha.DatabaseServicesDxfFiler
        Teigha.DatabaseServicesFieldEngine
        Teigha.DatabaseServicesFieldEvaluator
        Teigha.DatabaseServicesFieldEvaluatorLoader
        Teigha.DatabaseServicesFieldResult
        Teigha.DatabaseServicesGeomRef
        Teigha.DatabaseServicesHostApplicationServices
        Teigha.DatabaseServicesIdMapping
        Teigha.DatabaseServicesLayerStateManager
        Teigha.DatabaseServicesLayoutManager
        Teigha.DatabaseServicesLayoutPaperPE
        Teigha.DatabaseServicesMatchProperties
        Teigha.DatabaseServicesObjectContext
        Teigha.DatabaseServicesObjectContextCollection
        Teigha.DatabaseServicesObjectContextCollectionEnumerator
        Teigha.DatabaseServicesObjectContextManager
        Teigha.DatabaseServicesObjectIterator
        Teigha.DatabaseServicesPlotStyle
        Teigha.DatabaseServicesPlotStyleTable
        Teigha.DatabaseServicesPointRef
        Teigha.DatabaseServicesTransaction
        Teigha.DatabaseServicesTransactionManager
        Teigha.DatabaseServicesUnderlayHost
        Teigha.Export_ImportDWFImport
        Teigha.GraphicsInterfaceCommonDraw
        Teigha.GraphicsInterfaceContext
        Teigha.GraphicsInterfaceDisplayStyle
        Teigha.GraphicsInterfaceDrawable
        Teigha.GraphicsInterfaceDrawableTraits
        Teigha.GraphicsInterfaceEdgeStyle
        Teigha.GraphicsInterfaceFaceStyle
        Teigha.GraphicsInterfaceGeometry
        Teigha.GraphicsInterfaceGIRasterImage
        Teigha.GraphicsInterfaceLightAttenuation
        Teigha.GraphicsInterfaceMapper
        Teigha.GraphicsInterfaceMaterialColor
        Teigha.GraphicsInterfaceMaterialMap
        Teigha.GraphicsInterfaceMaterialTexture
        Teigha.GraphicsInterfaceShadowParameters
        Teigha.GraphicsInterfaceTextStyle
        Teigha.GraphicsInterfaceVariant
        Teigha.GraphicsInterfaceViewport
        Teigha.GraphicsInterfaceVisualStyle
        Teigha.GraphicsSystemDevice
        Teigha.GraphicsSystemModel
        Teigha.GraphicsSystemView
        Teigha.LayerManagerLayerFilter
        Teigha.RuntimeDictionary
        Teigha.RuntimeDictionaryIterator
        Teigha.RuntimeDynamicLinker
        Teigha.RuntimeModule
        Teigha.RuntimeOverrule
        Teigha.RuntimeRXClass
        Teigha.RuntimeRxVariant
        Teigha.RuntimeStreamBuf

©  Bricsys NV. All rights reserved.