ArcObjects Library Reference (NetworkAnalyst)  

INALocationAllocationSolver Interface

Provides access to the location-allocation solver.

Product Availability

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

Members

Description
Read/write property DefaultCutoff Determines the default cutoff beyond which no demand point can be allocated to a facility
Read/write property ImpedanceTransformation Determines which formula will modify the impedance.
Read/write property NumberFacilitiesToLocate Determines how many facilities will be present in the solution.
Read/write property OutputLines Specifies what if any shape geometry will be output
Read/write property ProblemType Specifies which location-allocation problem type to solve.
Read/write property TargetMarketSharePercentage Applies to the target market share problem, the minimum number of facilites will be placed to obtain the target market share.
Read/write property TransformationParameter Applies to the impedance transformation.
Read/write property TravelDirection Specifies which direction the network will be traversed

CoClasses that implement INALocationAllocationSolver

CoClasses and Classes Description
NALocationAllocationSolver Solves various location-allocation problem types
NAServerLocationAllocationParams Deprecated as of 10.0. A container for the Location-Allocation solver settings and return parameters used by NAServer.

Remarks

INALocationAllocationSolver has been superseded by INALocationAllocationSolver2.

.NET Snippets

Set Location Allocation Properties | Create Location Allocation Layer

.NET Samples

ArcGIS Network Analyst extension Engine application (Code Files: frmNALayerProperties)