Share

WatershedBaseStyle Class

The WatershedBaseStyle class.

Inheritance Hierarchy

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


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

Syntax

C#

public class WatershedBaseStyle : [T:Autodesk.Civil.CivilWrapper<AeccDbSurfaceStyle>]

VB

Public Class WatershedBaseStyle
	Inherits [T:Autodesk.Civil.CivilWrapper<AeccDbSurfaceStyle>]

C++

public ref class WatershedBaseStyle : public [T:Autodesk.Civil.CivilWrapper<AeccDbSurfaceStyle>]

The WatershedBaseStyle type exposes the following members.

Properties

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

See Also

Reference

Was this information helpful?