StormWaterControlEnableInfiltration Property

Gets or sets whether infiltration is enabled for the stormwater control.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDrainageDesignMgd (in AeccDrainageDesignMgd.dll) Version: 13.9.960.0
Syntax
public bool EnableInfiltration { get; set; }

Property Value

Boolean
Exceptions
ExceptionCondition
BackwardCompatibilityException Thrown when setting the property and the object was created by an older product and is incompatible with this application.
ForwardCompatibilityException Thrown when setting the property and the object was created by a newer product and is incompatible with this application.
See Also