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