Provides access to properties that specify the solver settings and return parameters used during network analysis with NAServer.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.
Members
Description | ||
---|---|---|
ImageDescription | ImageDescription used when generating the MapImage returned with the analysis results. | |
MapDescription | MapDescription used when generating the MapImage returned with the analysis results. | |
MaxSnapTolerance | Maximum search tolerance used when attempting to load network locations. | |
NAClassCandidateFieldMaps | Array of NAClassCandidateFieldMaps . | |
NALayerName | Network analysis layer name. | |
OutputSpatialReference | Spatial reference of the geometries returned with the analysis results. | |
ReturnMap | Indicates if a MapImage should be generated and returned with the analysis results. | |
SnapTolerance | Minimum search tolerance used when attempting to load network locations. | |
SnapToleranceUnits | Length units of the SnapTolerance and MaxSnapTolerance. |
CoClasses that implement INAServerSolverParams
CoClasses and Classes | Description |
---|---|
NAServerClosestFacilityParams | A container for the closest facility solver settings and return parameters used by NAServer. |
NAServerLocationAllocationParams | A container for the Location-Allocation solver settings and return parameters used by NAServer. |
NAServerODCostMatrixParams | A container for the Origin-Destination Cost Matrix solver settings and return parameters used by NAServer. |
NAServerRouteParams | A container for the route solver settings and return parameters used by NAServer. |
NAServerServiceAreaParams | A container for the service area solver settings and return parameters used by NAServer. |
NAServerVRPParams | A container for the Vehicle Routing Problem solver settings and return parameters used by NAServer. |
Remarks
INAServerSolverParams has been superseded by INAServerSolverParams2.