ArcObjects Library Reference (NetworkAnalysis)  

INetSolverWeightsGEN.ToFromEdgeWeight Property

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

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

Parameters

[in]

   is a parameter of type INetWeight

Product Availability

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

See Also

INetSolverWeightsGEN Interface