ArcObjects Library Reference (NetworkAnalyst)  

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(
  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

ArcGIS Network Analyst extension Engine application (Code Files: frmNALayerProperties) | Location-allocation solver (Code Files: frmLocationAllocationSolver)