StormWaterControlEnableInfiltration Property |
Gets or sets whether infiltration is enabled for the stormwater control.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDrainageDesignMgd (in AeccDrainageDesignMgd.dll) Version: 13.9.960.0
Syntaxpublic bool EnableInfiltration { get; set; }Public Property EnableInfiltration As Boolean
Get
Set
public:
property bool EnableInfiltration {
bool get ();
void set (bool value);
}Property Value
Boolean
Exceptions| Exception | Condition |
|---|
| 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