XrefFullSubentityPath Class

This class uniquely defines external reference subentities within a database. Each instance of this class consists of a SubentId object, an ordered array of object identifiers, and an ordered array of entity handles. The SubentId consists of the index and subentType of the object. The array of object IDs and the array of handles define the path to the subentity from the outermost entity (in paper space or model space) to the entity containing the subentity.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    Teigha.RuntimeDisposableWrapper
      Teigha.DatabaseServicesXrefFullSubentityPath

Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 25.3.0.0
Syntax
public class XrefFullSubentityPath : DisposableWrapper

The XrefFullSubentityPath type exposes the following members.

Constructors
  Name Description
Protected method XrefFullSubentityPath Initializes a new instance of the XrefFullSubentityPath class
Top
Properties
  Name Description
Public property AutoDelete
(Inherited from DisposableWrapper)
Public property IsDisposed
(Inherited from DisposableWrapper)
Public property SubentId Property that represents a copy of the embedded SubentId object in the full subentity path.
Public property UnmanagedObject
(Inherited from DisposableWrapper)
Top
Methods
  Name Description
Public method AppendObjectId Appends an object identifier to an array of object identifiers that are related to this XrefFullSubentityPath.
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
(Overrides DisposableWrapperDeleteUnmanagedObject)
Public method Dispose
(Inherited from DisposableWrapper)
Protected method Dispose(Boolean)
(Inherited from DisposableWrapper)
Public method DwgIn Reads the .dwg file format data of this object from the specified file.
Public method DwgOut Writes the .dwg file format data of this object to the specified filer.
Public method DxfOut(DxfFiler) Reads the DXF file format data of this object from the specified file.
Public method DxfOut(DxfFiler, Int32) Writes the DXF file format data of this object to the specified filer.
Public method Equals
(Inherited from DisposableWrapper)
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 GetObjectIds Returns an array of object identifiers that are related to this XrefFullSubentityPath.
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)
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 method ToString Returns a string that represents the current object.
(Inherited from Object)
Public method XrefObjHandles Returns an ordered array of database entity handles.
Top
See Also

©  Bricsys NV. All rights reserved.