Share

Catchment.InfiltrationMethod Property

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

InfiltrationMethod

Exceptions

ExceptionCondition
InvalidOperationException Thrown when RunoffMethod is not SWMM.

Remarks

This value only works when RunoffMethod is SWMM.

See Also

Reference

Was this information helpful?