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


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

INALocationAllocationSolver.TargetMarketSharePercentage Property

Applies to the target market share problem, the minimum number of facilites will be placed to obtain the target market share.

[Visual Basic .NET]
Public Property TargetMarketSharePercentage As Double
[C#]
public double TargetMarketSharePercentage {get; set;}
[C++]
HRESULT get_TargetMarketSharePercentage(
  System.Double* Value
);
[C++]
HRESULT put_TargetMarketSharePercentage(
  double Value
);
[C++]
Parameters
Value [out, retval]

Value is a parameter of type double* Value [in]
Value is a parameter of type double

Product Availability

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

Remarks

The TargetMarketSharePercentage specifies the target market share to achieve by the esriNALAPTTargetMarketShare problem type. The Location-Allocation solver finds the minimum number of facilities needed to achieve this market share. The market share is determined by using a Huff (gravity) model. If the target market share can not be achieved then it locates as many facilities to attain the maximum target share possible.

 

See Also

INALocationAllocationSolver Interface

.NET Samples

Location-allocation solver ArcGIS Network Analyst extension Engine application