CatchmentRunoffSWMMGreenAmptData Property

Gets Green-Ampt infiltration data. Only valid when InfiltrationMethod is GreenAmpt or ModifiedGreenAmpt.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.9.0.960
Syntax
public InfiltrationGreenAmptData GreenAmptData { get; }

Property Value

InfiltrationGreenAmptData
Exceptions
ExceptionCondition
InvalidOperationException Thrown when InfiltrationMethod is not GreenAmpt or ModifiedGreenAmpt.
See Also