Share

WatershedFlatAreaStyle Class

The WatershedBoundaryPointStyle class.

Inheritance Hierarchy

SystemObject
  [T:Autodesk.Civil.CivilWrapper<AeccDbSurfaceStyle>]
    Autodesk.Civil.DatabaseServices.StylesWatershedBaseStyle
      Autodesk.Civil.DatabaseServices.StylesWatershedFlatAreaStyle


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

Syntax

C#

public sealed class WatershedFlatAreaStyle : WatershedBaseStyle

VB

Public NotInheritable Class WatershedFlatAreaStyle
	Inherits WatershedBaseStyle

C++

public ref class WatershedFlatAreaStyle sealed : public WatershedBaseStyle

The WatershedFlatAreaStyle type exposes the following members.

Properties

 NameDescription
Public propertyColor Gets or sets color for watershed style.
(Inherited from WatershedBaseStyle)
Public propertyHatch Gets the hatch information for watershed style.
(Inherited from WatershedBaseStyle)
Public propertyHatchPatternObsolete.
Gets or sets the hatch pattern by name for watershed style.
(Inherited from WatershedBaseStyle)
Public propertyLinetypeId Gets or sets line type by ObjectId for watershed style.
(Inherited from WatershedBaseStyle)
Public propertyLinetypeName Gets or sets line type by name for watershed style.
(Inherited from WatershedBaseStyle)
Public propertyUseHatching Specifies whether to use hatching for watershed style.
(Inherited from WatershedBaseStyle)

See Also

Reference

Was this information helpful?