This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INALocationAllocationSolver Interface > INALocationAllocationSolver.TargetMarketSharePercentage Property (ArcObjects .NET 10.4 SDK) |
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(
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.