Share

SurfaceWatershedStyle.DepressionStyle Property

Gets the WatershedDepressionStyle.



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

Syntax

C#

public WatershedDepressionStyle DepressionStyle { get; }

VB

Public ReadOnly Property DepressionStyle As WatershedDepressionStyle
	Get

C++

public:
property WatershedDepressionStyle^ DepressionStyle {
	WatershedDepressionStyle^ 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

Reference

Was this information helpful?