Gets/Sets the infiltration method of the catchment area.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public InfiltrationMethod InfiltrationMethod { get; set; }
VB
Public Property InfiltrationMethod As InfiltrationMethod Get Set
C++
public: property InfiltrationMethod InfiltrationMethod { InfiltrationMethod get (); void set (InfiltrationMethod value); }
Property Value
InfiltrationMethodExceptions
Exception | Condition |
---|---|
InvalidOperationException | Thrown when RunoffMethod is not SWMM. |