GraphBreakCycleEdge Method

Removes the specified edge, and updates the cyclical information for this Graph object.

Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 26.9.0.0
Syntax
public void BreakCycleEdge(
        GraphNode from,
        GraphNode toPointer
)

Parameters

from  GraphNode
[in] Handle to a GraphNode object at the start of the edge.
toPointer  GraphNode
[in] Handle to a GraphNode object at the end of the edge.
See Also

©  Bricsys NV. All rights reserved.