Gets all outgoing nested nodes as a
collection. Each node in the list appears in the collection only
once.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public GraphNodeCollection GetOutgoing()
Public Function GetOutgoing As GraphNodeCollection
public:
GraphNodeCollection^ GetOutgoing()
member GetOutgoing : unit -> GraphNodeCollection
Return Value
GraphNodeCollection
Collection of GraphNode objects.
See Also