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


INetSolverWeightsGEN.FromToEdgeWeight Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (NetworkAnalysis)  

INetSolverWeightsGEN.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

INetSolverWeightsGEN Interface