CompoundObjectId Class

This class is used to identify an object in a database when the object is referenced via a path of BlockReferences. The object may reside in the host database, in an external reference database, or even in another unrelated database.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    Teigha.RuntimeDisposableWrapper
      Teigha.RuntimeRXObject
        Teigha.DatabaseServicesCompoundObjectId

Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 24.2.0.0
Syntax
public class CompoundObjectId : RXObject

The CompoundObjectId type exposes the following members.

Constructors
  Name Description
Public method CompoundObjectId Default constructor for the CompoundObjectId class.
Public method CompoundObjectId(CompoundObjectId) Copy constructor for the CompoundObjectId class. Copies the passed compound object ID.
Public method CompoundObjectId(ObjectId) Constructor for the CompoundObjectId class. Creates a compound object ID from the passed object ID.
Public method CompoundObjectId(ObjectId, Database) Constructor for the CompoundObjectId class. Creates a compound object ID from the passed object ID in a given host database.
Public method CompoundObjectId(ObjectId, ObjectIdCollection, Database) Constructor for the CompoundObjectId class. Creates a compound object ID from the passed object ID and a path of BlockReferences.
Top
Properties
  Name Description
Public property AutoDelete
(Inherited from DisposableWrapper)
Public property FullPath  
Public property IsDisposed
(Inherited from DisposableWrapper)
Public property IsEmpty  
Public property IsExternal  
Public property IsSimpleObjectId  
Public property LeafId  
Public property Path  
Public property TopId  
Public property Transform  
Public property UnmanagedObject
(Inherited from DisposableWrapper)
Top
Methods
  Name Description
Public method Clone
(Inherited from RXObject)
Public method CompareTo
(Inherited from RXObject)
Public method CopyFrom
(Inherited from RXObject)
Public method CreateObjRef Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject)
Protected method DeleteUnmanagedObject
(Inherited from RXObject)
Public method Dispose
(Inherited from DisposableWrapper)
Protected method Dispose(Boolean)
(Inherited from DisposableWrapper)
Public method DwgInFields Reads the .dwg file data of this object.
Public method DwgOutFields Writes the .dwg file data of this object.
Public method DxfInFields Reads the .dxf file data of this object.
Public method DxfOutFields Writes the .dxf file data of this object.
Public method Equals Checks objects for equality.
(Overrides DisposableWrapperEquals(Object))
Protected method Finalize
(Inherited from DisposableWrapper)
Public method GetHashCode
(Inherited from DisposableWrapper)
Public method GetLifetimeService Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject)
Public method GetRXClass
(Inherited from RXObject)
Public method GetType Gets the Type of the current instance.
(Inherited from Object)
Public method InitializeLifetimeService Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject)
Public method IsValid Checks whether this compound object ID is valid according to the level of testing.
Protected method MemberwiseClone Creates a shallow copy of the current Object.
(Inherited from Object)
Protected method MemberwiseClone(Boolean) Creates a shallow copy of the current MarshalByRefObject object.
(Inherited from MarshalByRefObject)
Public methodStatic member NullId Returns a null compound object ID.
Public method QueryX
(Inherited from RXObject)
Public method Remap Remaps all object identifiers that relate to this compound object ID using the given idMap.
Public method Set(CompoundObjectId, Database) Sets this CompoundObjectId from the passed compound object ID in a given database.
Public method Set(ObjectId, Database) Sets this CompoundObjectId from the passed ObjectId in a given database.
Public method Set(ObjectId, ObjectIdCollection, Database) Sets this CompoundObjectId from the passed object ID and a path of BlockReferences.
Public method SetEmpty Sets this CompoundObjectId to be an empty compound object ID that has no data.
Public method SetFullPath Sets this CompoundObjectId from the object that stores the path of block references.
Public method ToString Returns a string that represents the current object.
(Inherited from Object)
Public method X
(Inherited from RXObject)
Top
Operators
  Name Description
Public operator Assign(CompoundObjectId) Assignment operator for the CompoundObjectId object.
Public operator Assign(ObjectId) Assignment operator for the CompoundObjectId object.
Public operator Equality(CompoundObjectId) Equality operator for the CompoundObjectId object. Checks whether the passed object is equal to this object.
Public operator Inequality(CompoundObjectId) Inequality operator for the CompoundObjectId object. Checks whether the passed object is not equal to this object.
Top
See Also

©  Bricsys NV. All rights reserved.