This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INALocationAllocationSolver2 Interface > INALocationAllocationSolver2.DefaultCapacity Property (ArcObjects .NET 10.5 SDK) |
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
The default capacity value associated with every facility while solving Location-Allocation problem of type esriNALAPTMaximizeCapacitatedCoverage.