CatchmentImperviousArea Property

Gets/Sets the Impervious Area as a decimal value.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.9.0.960
Syntax
public double ImperviousArea { get; set; }

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
ExceptionCondition
ArgumentException Thrown when setting the property to a value less than 0.0 or greater than 1.0.
See Also