ArcObjects Library Reference (NetworkAnalyst)  

INALocationAllocationSolver2.DefaultCapacity Property

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

ERROR: Syntax information about INALocationAllocationSolver2.DefaultCapacity may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.NetworkAnalyst.dll

[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