This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INASolverSettings3 Interface (ArcObjects .NET 10.4 SDK) |
Provides access to settings common to all solvers.
Description | ||
---|---|---|
AccumulateAttributeNames | The collection of network attribute names to be accumulated with the analysis. | |
ApplyTravelMode | Applies the solver settings that are in the given travel mode instance. | |
AttributeParameterValue | The value to use for an attribute parameter within the network dataset. | |
HierarchyAttributeName | The name of the hierarchy attribute to be used in analysis. | |
HierarchyLevelCount | The number of levels in the hierarchy attribute. | |
IgnoreInvalidLocations | Indicates if invalid locations should be ignored or raise an error. | |
ImpedanceAttributeName | The network attribute name to be used as the impedance attribute in analysis. | |
MaxValueForHierarchy | The maximum value of the hierarchy attribute. | |
NumTransitionToHierarchy | The number of lower level junctions to explore before searching the next hierarchy level. | |
ResetHierarchyRangesOnBind | Indicates if the hierarchy ranges will be reset to the network dataset's hierarchy settings when the solver is bound. | |
RestrictionAttributeNames | The collection of network attribute names to be used as restrictions with the analysis. | |
RestrictUTurns | Indicates how U-Turns should be restricted in the analysis. | |
UseHierarchy | Indicates if the hierarchy attribute for the network should be used in analysis. |
Interfaces | Description |
---|---|
INASolverSettings2 | Provides access to settings common to all solvers. |
INASolverSettings | Provides access to settings common to all solvers. |
CoClasses and Classes | Description |
---|---|
NAClosestFacilitySolver | Performs closest facility analysis. |
NALocationAllocationSolver | Solves various location-allocation problem types |
NAODCostMatrixSolver | Performs origin-destination matrix analysis. |
NARouteSolver | Performs shortest path and tour analysis. |
NAServiceAreaSolver | Performs service area analysis. |
NAVRPSolver | Performs VRP network analysis. |