DepressionStyle Property

Gets the WatershedDepressionStyle.

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

Syntax

C#

public WatershedDepressionStyle DepressionStyle { get; }

Visual Basic

Public ReadOnly Property DepressionStyle As WatershedDepressionStyle
	Get

Visual C++

public:
property WatershedDepressionStyle^ DepressionStyle {
	WatershedDepressionStyle^ get ();
}

Remarks

If a point is at a lower elevation than all its neighboring TIN points, then when water flows to it, it has no downhill place to go. Similarly, a connected set of points that are at the same elevation and all of whose neighbors are at a higher elevation, is a single drain target. A depression is any such set of points.

See Also