StageStorageCollection Class

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

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

The StageStorageCollection type exposes the following members.

Properties
 NameDescription
Public propertyCount Gets the number of StageStorageItem objects in the collection.
Public propertyItem 
Top
Methods
 NameDescription
Public methodGetEnumerator Implements the method declared in the IEnumerable<T> interface. This method returns an enumerator which can be used to enumerate this collection.
Public methodGetObjectEnumerator Implements the method declared in the IEnumerable interface. This method returns an enumerator which can be use to enumerate this collection.
Top
See Also