Share

Catchment.InitialAbstractionType Property

Gets/Sets the initial abstraction type for the catchment area.



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public InitialAbstractionType InitialAbstractionType { get; set; }

VB

Public Property InitialAbstractionType As InitialAbstractionType
	Get
	Set

C++

public:
property InitialAbstractionType InitialAbstractionType {
	InitialAbstractionType get ();
	void set (InitialAbstractionType value);
}

Property Value

InitialAbstractionType

Exceptions

ExceptionCondition
InvalidOperationException Thrown when RunoffMethod is ToC(TimeofConcentration).

Remarks

This value only works when RunoffMethod is SCS(SoilConservationService).

See Also

Reference

Was this information helpful?