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


INetSolverWeightsGEN.ToFromEdgeWeight Property (ArcObjects .NET 10.4 SDK)
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