CODSymbolComponent::GetEdgesEntering

int CODSymbolComponent::GetEdgesEntering(IODEdgeCollection* pIEdges)

Retrieve all edges entering 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 head node. Edges that match the criteria are added to the edge collection.