CatchmentInfiltrationMethod Property |
Gets/Sets the infiltration method of the catchment area.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic InfiltrationMethod InfiltrationMethod { get; set; }Public Property InfiltrationMethod As InfiltrationMethod
Get
Set
public:
property InfiltrationMethod InfiltrationMethod {
InfiltrationMethod get ();
void set (InfiltrationMethod value);
}Property Value
InfiltrationMethod
Exceptions| Exception | Condition |
|---|
| InvalidOperationException |
Thrown when RunoffMethod is not SWMM.
|
Remarks
This value only works when RunoffMethod is SWMM.
See Also