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


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

INALocationAllocationSolver2 Interface

Provides access to the location-allocation solver.

Product Availability

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

Members

Name Description
Read/write property DefaultCapacity Applies to the maximize capacitated coverage problem, the default capacity for each facility.
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

Inherited Interfaces

Interfaces Description
INALocationAllocationSolver Provides access to the location-allocation solver.

Classes that implement INALocationAllocationSolver2

Classes Description
NALocationAllocationSolver Solves various location-allocation problem types

Remarks

The INALocationAllocationSolver2 interface is used by the NALocationAllocationSolver object to access the properties of the Location-Allocation solver.

.NET Samples

Location-allocation solver