Returns the specified 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 CycleOut(
int index
)
Public Function CycleOut (
index As Integer
) As GraphNode
public:
GraphNode^ CycleOut(
int index
)
member CycleOut :
index : int -> GraphNode
Parameters
- index Int32
- [in] Reference index.
Return Value
GraphNode
Outgoing cyclical reference according to the provided reference
index. Returns a null pointer if and only if the index is not
valid.
See Also