UndergroundStorageInitialDepth Property |
Gets or sets the initial wetted depth within the facility.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDrainageDesignMgd (in AeccDrainageDesignMgd.dll) Version: 13.9.960.0
Syntaxpublic double InitialDepth { get; }Public ReadOnly Property InitialDepth As Double
Get
public:
property double InitialDepth {
double get ();
}Property Value
Double
Exceptions| Exception | Condition |
|---|
| ArgumentException |
Thrown when setting the property with a negative value.
|
See Also