GraphNodeIsCycleNode Property
|
Property that indicates whether this GraphNode
object is part of a cyclical reference.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public bool IsCycleNode { get; }
Public ReadOnly Property IsCycleNode As Boolean
Get
public:
property bool IsCycleNode {
bool get ();
}
member IsCycleNode : bool with get
Property Value
Boolean
See Also