Gets the WatershedFlatAreaStyle.

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

Syntax

C#
public WatershedFlatAreaStyle FlatAreaStyle { get; }
Visual Basic
Public ReadOnly Property FlatAreaStyle As WatershedFlatAreaStyle
	Get
Visual C++
public:
property WatershedFlatAreaStyle^ FlatAreaStyle {
	WatershedFlatAreaStyle^ get ();
}

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