StageStorageItem Class

Defines the cross-sectional area and volume for the pond at each depth.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    DisposableWrapper
      Autodesk.Civil.DatabaseServicesStageStorageItem

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDrainageDesignMgd (in AeccDrainageDesignMgd.dll) Version: 13.9.960.0
Syntax
public sealed class StageStorageItem : DisposableWrapper

The StageStorageItem type exposes the following members.

Properties
 NameDescription
Public propertyArea Gets the area of cross-section at the depth.
Public propertyDepth Gets the depth of cross-section.
Public propertyVolume Gets the cumulative volume for all depths up to the depth.
Top
See Also