SurfaceWatershedStyleDepressionStyle Property |
Gets the WatershedDepressionStyle.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic WatershedDepressionStyle DepressionStyle { get; }
Public ReadOnly Property DepressionStyle As WatershedDepressionStyle
Get
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