XrefGraphNode Class

This class represents an xref database. An XrefGraph object represents the relationship between a host drawing, its externally referenced drawings, and any nested xref drawings. Within a graph, any database or xref BlockTableRecord is represented by the XrefGraphNode class. Relationships between databases are represented by an edge in the graph. These relationships can be input (databases that are referencing this node) and output (databases that are referenced by this node). The relationships can be obtained using the GraphNode.in(idx) and GraphNode.out(idx) calls.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    Teigha.RuntimeDisposableWrapper
      Teigha.DatabaseServicesGraphNode
        Teigha.DatabaseServicesXrefGraphNode

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

The XrefGraphNode type exposes the following members.

Properties
  Name Description
Public property AutoDelete
(Inherited from DisposableWrapper)
Public property BlockTableRecordId Property that represents the object identifier of the BlockTableRecord associated with this XrefGraphNode object.
Public property Data
(Inherited from GraphNode)
Public property Database Property that represents the database relevant to this XrefGraphNode object.
Public property IsCycleNode
(Inherited from GraphNode)
Public property IsDisposed
(Inherited from DisposableWrapper)
Public property IsNested Property that indicates whether the XrefGraphNode represents an xref that is not directly referenced by the host drawing.
Public property Name Property that represents the name associated with this XrefGraphNode object.
Public property NextCycleNode
(Inherited from GraphNode)
Public property NumCycleIn
(Inherited from GraphNode)
Public property NumCycleOut
(Inherited from GraphNode)
Public property NumIn
(Inherited from GraphNode)
Public property NumOut
(Inherited from GraphNode)
Public property Owner
(Inherited from GraphNode)
Public property UnmanagedObject
(Inherited from DisposableWrapper)
Public property XrefNotificationStatus Property that represents the xref notification status for this XrefGraphNode object.
Public property XrefStatus Property that represents the status for this XrefGraphNode object.
Top
Methods
  Name Description
Public method AddRefTo
(Inherited from GraphNode)
Public method Clear
(Inherited from GraphNode)
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)
Public method CycleIn
(Inherited from GraphNode)
Public method CycleOut
(Inherited from GraphNode)
Protected method DeleteUnmanagedObject
(Inherited from GraphNode)
Public method DisconnectAll
(Inherited from GraphNode)
Public method Dispose
(Inherited from DisposableWrapper)
Protected method Dispose(Boolean)
(Inherited from DisposableWrapper)
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 GetType Gets the Type of the current instance.
(Inherited from Object)
Public method In
(Inherited from GraphNode)
Public method InitializeLifetimeService Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject)
Public method IsMarkedAs
(Inherited from GraphNode)
Public method MarkAs
(Inherited from GraphNode)
Public method MarkTree
(Inherited from GraphNode)
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 Out
(Inherited from GraphNode)
Public method RemoveRefTo
(Inherited from GraphNode)
Public method SetEdgeGrowthRate
(Inherited from GraphNode)
Public method ToString Returns a string that represents the current object.
(Inherited from Object)
Top
See Also

©  Bricsys NV. All rights reserved.