Share

Catchment.ShapeType Property

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

HydrographShapeType

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?