CatchmentInitialAbstractionType Property |
Gets and Sets the initial abstraction type for the catchment area
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
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
Exceptions| Exception | Condition |
|---|
| InvalidOperationException |
Thrown when RunoffMethod is ToC(TimeofConcentration).
|
Remarks
This value only works when RunoffMethod is SCS(SoilConservationService)
See Also