GraphNodeNextCycleNode Property
|
Property that represents the next outgoing
cyclical reference of this GraphNode object.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public GraphNode NextCycleNode { get; }
Public ReadOnly Property NextCycleNode As GraphNode
Get
public:
property GraphNode^ NextCycleNode {
GraphNode^ get ();
}
member NextCycleNode : GraphNode with get
Property Value
GraphNode
See Also