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


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

INALocationAllocationSolver2.DefaultCapacity Property

Applies to the maximize capacitated coverage problem, the default capacity for each facility.

[Visual Basic .NET]
Public Property DefaultCapacity As Double
[C#]
public double DefaultCapacity {get; set;}
[C++]
HRESULT get_DefaultCapacity(
  System.Double* Value
);
[C++]
HRESULT put_DefaultCapacity(
  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 default capacity value associated with every facility while solving Location-Allocation problem of type esriNALAPTMaximizeCapacitatedCoverage.

See Also

INALocationAllocationSolver2 Interface

.NET Samples

Location-allocation solver