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


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

INAClosestFacilitySolver Interface

Provides access to the closest facility solver.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.

Members

Name Description
Read/write property CreateTraversalResult Indicates if a traversal result is created.
Read/write property DefaultCutoff The default cutoff value to stop traversing.
Read/write property DefaultTargetFacilityCount The default number of facilities to find.
Read/write property OutputLines Indicates how lines are generated.
Read/write property TravelDirection The direction of the traversal.

Classes that implement INAClosestFacilitySolver

Classes Description
NAClosestFacilitySolver Performs closest facility analysis.
NAServerClosestFacilityParams Deprecated as of 10.0. A container for the closest facility solver settings and return parameters used by NAServer.

Remarks

INAClosestFacilitySolver is an interface provided on the NAClosestFacilitySolver and NAServerClosestFacilityParams objects to access the properties of the closest facility solver.

.NET Samples

Closest facility solver ArcGIS Network Analyst extension Engine application