CODSymbolComponent::GetEdgesLeaving

int CODSymbolComponent::GetEdgesLeaving(IODEdgeCollection* pIEdges)

Retrieve all edges leaving the node.

Defined in: OdSymbolComp.cpp

Return Value

Number of edges found.

Parameters

pIEdges

Pointer to edge collection interface.

Comments

This function traverses all connections and looks for edges that identify this node as the tail node. Edges that match the criteria are added to the edge collection.