Gets and Sets the initial abstraction type for the catchment area
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
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
InitialAbstractionTypeExceptions
Exception | Condition |
---|---|
InvalidOperationException | Thrown when RunoffMethod is ToC(TimeofConcentration). |