ArcObjects Library Reference (NetworkAnalysis)  

INetSolverWeights.FromToEdgeWeight Property

Weight to be used to determine the cost of passing through edge elements in the digitized direction.

[Visual Basic .NET]
Public WriteOnly Property FromToEdgeWeight
[C#]
public void FromToEdgeWeight {set;}
[C++]
HRESULT putref_FromToEdgeWeight(
  INetWeight* 
);
[C++]

Parameters

[in]

   is a parameter of type INetWeight

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

INetSolverWeights Interface