This document is archived and information here might be outdated.  Recommended version.


ITraceFlowSolver.PutEdgeOrigins Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (NetworkAnalysis)  

ITraceFlowSolver.PutEdgeOrigins Method

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.

See Also

ITraceFlowSolver Interface