ESRI.ArcGIS.NetworkAnalystTools
target_market_share Property
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.NetworkAnalystTools Namespace > MakeLocationAllocationLayer Class : target_market_share Property




Specifies the target market share in percentage to solve for when the Location-allocation problem type parameter is set to TARGET_MARKET_SHARE. It is the percentage of the total demand weight that you want your solution facilities to capture. The solver chooses the minimum number of facilities required to capture the target market share specified by this numeric value. (In, Optional)

Syntax

Visual Basic (Declaration) 
Public Property target_market_share As Double
Visual Basic (Usage)Copy Code
Dim instance As MakeLocationAllocationLayer
Dim value As Double
 
instance.target_market_share = value
 
value = instance.target_market_share
C# 
public double target_market_share {get; set;}

See Also

© 2010 All Rights Reserved.