StormWaterControlGetStageStorage Method |
Gets a StageStorageCollection containing cross-sectional area and volume at each depth for the stormwater control.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDrainageDesignMgd (in AeccDrainageDesignMgd.dll) Version: 13.9.960.0
Syntaxpublic StageStorageCollection GetStageStorage()
Public Function GetStageStorage As StageStorageCollection
public:
StageStorageCollection^ GetStageStorage()
Return Value
StageStorageCollection
Remarks
The collection is sorted by depth from the bottom to top of the stormwater control.
See Also