Gets or sets the total areas of flow-in catchments.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.5.1584.0

Syntax

C#
public double CatchmentsArea { get; set; }
Visual Basic
Public Property CatchmentsArea As Double
	Get
	Set
Visual C++
public:
property double CatchmentsArea {
	double get ();
	void set (double value);
}

Remarks

This property is read-only if one or more catchments are connected to this structure (Structure.ConnectedCatchmentIds.Count > 0).

Exceptions

ExceptionCondition
System..::..InvalidOperationException Thrown when setting a new value in case one or more catchments are connected to this structure.

See Also