ArcObjects Library Reference (NetworkAnalyst)  

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(
  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 (Code Files: frmLocationAllocationSolver)