Returns the specified incoming cyclical
reference of this GraphNode object.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public GraphNode CycleIn(
int index
)
Public Function CycleIn (
index As Integer
) As GraphNode
public:
GraphNode^ CycleIn(
int index
)
member CycleIn :
index : int -> GraphNode
Parameters
- index Int32
- [in] Reference index.
Return Value
GraphNode
Incoming cyclical reference according to the provided reference
index. Returns a null pointer if and only if the index is not
valid.
See Also