StageDesignCollection Class

Defines a collection containing the stage design data for the stormwater control.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    DisposableWrapper
      Autodesk.Civil.DatabaseServicesStageDesignCollection

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

The StageDesignCollection type exposes the following members.

Properties
 NameDescription
Public propertyCount Gets the number of StageDesignItem objects in the collection.
Public propertyIsEmpty Gets whether the collection is empty.
Public propertyItem 
Public propertyOverallVoidRatio Gets or sets the overall void ratio value.
Public propertyUseOverallVoidRatio Gets or sets whether to use overall void ratio for all items.
Top
Methods
 NameDescription
Public methodAdd Adds a new item to the collection at the specified depth.
Public methodGetByDepth Gets the item with the specified depth from the design table.
Public methodGetEnumerator Gets an enumerator that iterates through the collection.
Public methodGetObjectEnumerator Gets an enumerator that iterates through the collection.
Public methodRemoveAt Removes the item at the specified index from the collection.
Public methodRemoveByDepth Removes the item with the specified depth from the collection.
Top
Remarks
The stage design collection contains depth, area, void ratio, and volume data for different levels within a stormwater control facility. The collection is sorted by depth from bottom to top. Items can be added and removed dynamically, with automatic volume recalculation.
See Also