This document is archived and information here might be outdated. Recommended version. |
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
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.