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


INetSolverWeights Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalysis > ESRI.ArcGIS.NetworkAnalysis > Interfaces > IN > INetSolverWeights Interface
ArcGIS Developer Help

INetSolverWeights Interface

Provides access to members that specify the weights to be used for this solver.

Product Availability

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

When To Use

Use the INetSolverWeightsinterface to specify what weights to use for tracing operations.

Members

Name Description
Write-only property FromToEdgeFilterWeight Weight to be used for filtering edge elements traced in the digitized direction.
Write-only property FromToEdgeWeight Weight to be used to determine the cost of passing through edge elements in the digitized direction.
Write-only property JunctionFilterWeight Weight to be used for filtering junction elements.
Write-only property JunctionWeight Weight to be used to determine the cost of passing through junction elements.
Method SetFilterRanges Sets the range of values to be filtered for the specified network element type.
Method SetFilterType Sets the filter type for the specified network element type.
Write-only property ToFromEdgeFilterWeight Weight to be used for filtering edge elements traced against the digitized direction.
Write-only property ToFromEdgeWeight Weight to be used to determine the cost of passing through edge elements against the digitized direction.

Classes that implement INetSolverWeights

Classes Description
[C#]

Not all members are callable from C#.  Please use INetSolverWeightsGEN instead.

[Visual Basic .NET]

Not all members are callable from VB.NET.  Please use INetSolverWeightsGEN instead.

See Also

INetSolver Interface | ITraceFlowSolver Interface | INetSolverWeights Interface | INetWeightEdit Interface | INetWeightAssociation Interface | INetWeightAssociationEdit Interface | INetWeight Interface | NetWeight Class