StageDesignItem Class

Represents a single item in the stage design collection.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    DisposableWrapper
      Autodesk.Civil.DatabaseServicesStageDesignItem

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

The StageDesignItem type exposes the following members.

Properties
 NameDescription
Public propertyDepth Gets or sets the depth value for this item.
Public propertyFootprintArea Gets the footprint area value for this item.
Public propertyVoidRatio Gets or sets the void ratio value for this item.
Public propertyVolume Gets the volume value for this item.
Top
Remarks
Each item contains depth, footprint area, void ratio, and volume data for a specific depth level in the stormwater control facility.
See Also