Gets/Sets the shape type for the catchment area.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public HydrographShapeType ShapeType { get; set; }
VB
Public Property ShapeType As HydrographShapeType Get Set
C++
public: property HydrographShapeType ShapeType { HydrographShapeType get (); void set (HydrographShapeType value); }
Property Value
HydrographShapeTypeExceptions
Exception | Condition |
---|---|
InvalidOperationException | Thrown when RunoffMethod is ToC(TimeofConcentration). |