CatchmentInitialAbstractionType Property |
Gets/Sets the initial abstraction type for the catchment area.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic InitialAbstractionType InitialAbstractionType { get; set; }
Public Property InitialAbstractionType As InitialAbstractionType
Get
Set
public:
property InitialAbstractionType InitialAbstractionType {
InitialAbstractionType get ();
void set (InitialAbstractionType value);
}
Property Value
InitialAbstractionType
ExceptionsException | Condition |
---|
InvalidOperationException |
Thrown when RunoffMethod is ToC(TimeofConcentration).
|
Remarks
This value only works when RunoffMethod is SCS(SoilConservationService).
See Also