Provides access to properties that specify the closest facility solver settings and return parameters used during network analysis with NAServer. Note: the INAServerClosestFacilityParams interface has been superseded byINAServerClosestFacilityParams2. Please consider using the more recent version.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.
Members
| Description | ||
|---|---|---|
![]() |
Barriers | RecordSet or array of PropertySets representing Barriers loaded as network locations during analysis. |
![]() |
DirectionsLanguage | Language to use when computing directions. |
![]() |
DirectionsLengthUnits | Length units to use when computing directions. |
![]() |
DirectionsTimeAttributeName | Name of network attribute to use for the drive time when computing directions. |
![]() |
Facilities | RecordSet or array of PropertySets representing Facilities loaded as network locations during analysis. |
![]() |
ImageDescription | ImageDescription used when generating the MapImage returned with the analysis results. |
![]() |
Incidents | RecordSet or array of PropertySets representing Incidents loaded as network locations during analysis. |
![]() |
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. |
![]() |
ReturnBarriers | Indicates if the output barriers recordset should be returned with the analysis results. |
![]() |
ReturnCFRouteGeometries | Indicates if the CFRoute geometries should be generated and returned with the analysis results. |
![]() |
ReturnCFRoutes | Indicates if the output CFRoutes recordset should be returned with the analysis results. |
![]() |
ReturnDirections | Indicates if directions should be generated and returned with the analysis results. |
![]() |
ReturnFacilities | Indicates if the output facilities recordset should be returned with the analysis results. |
![]() |
ReturnIncidents | Indicates if the output incidents recordset should be 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. |
Inherited Interfaces
| Interfaces | Description |
|---|---|
| INAServerSolverParams | Provides access to properties that specify the solver settings and return parameters used during network analysis with NAServer. |
CoClasses that implement INAServerClosestFacilityParams
| CoClasses and Classes | Description |
|---|---|
| NAServerClosestFacilityParams | A container for the closest facility solver settings and return parameters used by NAServer. |
Remarks
INAServerClosestFacilityParams has been superseded by INAServerClosestFacilityParams3.

