CatchmentRunoffSCSInitialAbstractionDepth Property

Gets/Sets the initial abstraction depth. Only valid when InitialAbstractionType is Depth.

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

Property Value

Double
Exceptions
ExceptionCondition
InvalidOperationException Thrown when RunoffMethod is not SCS or InitialAbstractionType is not Depth.
See Also