Share

SurfaceWatershedStyle.FlatAreaStyle Property

Gets the WatershedFlatAreaStyle.



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

Syntax

C#

public WatershedFlatAreaStyle FlatAreaStyle { get; }

VB

Public ReadOnly Property FlatAreaStyle As WatershedFlatAreaStyle
	Get

C++

public:
property WatershedFlatAreaStyle^ FlatAreaStyle {
	WatershedFlatAreaStyle^ get ();
}

Property Value

WatershedFlatAreaStyle

Remarks

A flat area watershed is a flat area, from which water could flow down to more than one drain target. It also includes the parts of the surface that drain to that flat area. A flat area is a connected set of triangles all of whose vertices have the same elevation. Flat areas abut parts of the surface that slopes downhill.

See Also

Reference

Was this information helpful?