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


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

INAServerSolverParams4 Interface

Deprecated as of 10.0. 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

Name Description
Read/write property ImageDescription ImageDescription used when generating the MapImage returned with the analysis results.
Read/write property LayerToken Token identifying the network analysis layer on the server to use.
Read/write property MapDescription MapDescription used when generating the MapImage returned with the analysis results.
Read/write property MaxSnapTolerance Maximum search tolerance used when attempting to load network locations.
Read/write property NAClassCandidateFieldMaps Array of NAClassCandidateFieldMaps .
Read/write property NALayerName Network analysis layer name.
Read/write property OutputSpatialReference Spatial reference of the geometries returned with the analysis results.
Read/write property ReturnMap Indicates if a MapImage should be generated and returned with the analysis results.
Read/write property ReturnPartialResultsOnError Indicates if the result object should be returned even if an error was generated during the solve operation.
Read/write property SaveLayerOnServer Indicates if the resulting analysis layer should be saved on the server.
Read/write property SnapTolerance Minimum search tolerance used when attempting to load network locations.
Read/write property SnapToleranceUnits Length units of the SnapTolerance and MaxSnapTolerance.
Read/write property TravelMode Specifies the travel mode.
Read/write property TravelModeObject Specifies the travel mode.

Inherited Interfaces

Interfaces Description
INAServerSolverParams3 Deprecated as of 10.0. Provides access to properties that specify the solver settings and return parameters used during network analysis with NAServer.
INAServerSolverParams2 Deprecated as of 10.0. Provides access to properties that specify the solver settings and return parameters used during network analysis with NAServer.
INAServerSolverParams Deprecated as of 10.0. Provides access to properties that specify the solver settings and return parameters used during network analysis with NAServer.

Classes that implement INAServerSolverParams4

Classes Description
NAServerClosestFacilityParams Deprecated as of 10.0. A container for the closest facility solver settings and return parameters used by NAServer.
NAServerLocationAllocationParams Deprecated as of 10.0. A container for the Location-Allocation solver settings and return parameters used by NAServer.
NAServerODCostMatrixParams Deprecated as of 10.0. A container for the Origin-Destination Cost Matrix solver settings and return parameters used by NAServer.
NAServerRouteParams Deprecated as of 10.0. A container for the route solver settings and return parameters used by NAServer.
NAServerServiceAreaParams Deprecated as of 10.0. A container for the service area solver settings and return parameters used by NAServer.
NAServerVRPParams Deprecated as of 10.0. A container for the Vehicle Routing Problem solver settings and return parameters used by NAServer.