This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > NetworkAnalysis > ESRI.ArcGIS.NetworkAnalysis > Interfaces > IN > INetSolverWeightsGEN Interface (ArcObjects .NET 10.4 SDK) |
Provides access to members that specify the weights to be used for this solver.
Use the INetSolverWeightsGENinterface to specify what weights to use for tracing operations.
Description | ||
---|---|---|
FromToEdgeFilterWeight | Weight to be used for filtering edge elements traced in the digitized direction. | |
FromToEdgeWeight | Weight to be used to determine the cost of passing through edge elements in the digitized direction. | |
JunctionFilterWeight | Weight to be used for filtering junction elements. | |
JunctionWeight | Weight to be used to determine the cost of passing through junction elements. | |
SetFilterRanges | Sets the range of values to be filtered for the specified network element type. | |
SetFilterType | Sets the filter type for the specified network element type. | |
ToFromEdgeFilterWeight | Weight to be used for filtering edge elements traced against the digitized direction. | |
ToFromEdgeWeight | Weight to be used to determine the cost of passing through edge elements against the digitized direction. |
CoClasses and Classes | Description |
---|---|
TraceFlowSolver | A collection of basic trace flow solvers used to analyze networks. |