SurfaceWatershedStyleDepressionStyle Property

Gets the WatershedDepressionStyle.

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public WatershedDepressionStyle DepressionStyle { get; }

Property Value

WatershedDepressionStyle
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