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