CatchmentImperviousArea Property |
Gets/Sets the Impervious Area as a decimal value.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.9.0.960
Syntaxpublic double ImperviousArea { get; set; }Public Property ImperviousArea As Double
Get
Set
public:
property double ImperviousArea {
double get ();
void set (double value);
}Property Value
Double
A value greater than or equal to 0.0 and less than or equal to 1.0, where 1.0 represents 100% impervious area.
Exceptions| Exception | Condition |
|---|
| ArgumentException |
Thrown when setting the property to a value less than 0.0 or greater than 1.0.
|
See Also