StageDesignItemVolume Property |
Gets the volume value for this item.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDrainageDesignMgd (in AeccDrainageDesignMgd.dll) Version: 13.9.960.0
Syntaxpublic double Volume { get; }Public ReadOnly Property Volume As Double
Get
public:
property double Volume {
double get ();
}Property Value
Double
The cumulative volume in cubic drawing units from the bottom of the facility to this depth level.
Remarks
This property is read-only. Volume values are calculated automatically when depth or void ratio changes.
See Also