This document is archived and information here might be outdated. Recommended version. |
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
The default capacity value associated with every facility while solving Location-Allocation problem of type esriNALAPTMaximizeCapacitatedCoverage.