APRlib

IStrategyGraph.GetIncomingEdges Method 

A Collection of indices (Integer objects) of edges coming into node v. Return an empty list if there are no incoming edges, null if there is no such node.

IList GetIncomingEdges(
   object v
);

See Also

IStrategyGraph Interface | edu.neu.ccs.demeter.APRlib Namespace