Sets the starting edges for this trace solver.
[Visual Basic .NET] Public Sub PutEdgeOrigins ( _ ByVal edgeOriginCount As Integer, _ ByRef edgeOrigins As IEdgeFlag _ )
[C#] public void PutEdgeOrigins ( int edgeOriginCount, ref IEdgeFlag edgeOrigins );
[C++]
HRESULT PutEdgeOrigins(
long edgeOriginCount,
IEdgeFlag** edgeOrigins
);
[C++]Parameters
edgeOriginCount [in] edgeOriginCount is a parameter of type long edgeOrigins [in]edgeOrigins is a parameter of type IEdgeFlag
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
[C#]
This method is not callable from C#. Please use ITraceFlowSolverGEN::PutEdgeOrigins.
[Visual Basic .NET]
This method is not callable from VB.NET. Please use ITraceFlowSolverGEN::PutEdgeOrigins.