WatershedBoundarySegmentStyle Class

The WatershedBoundaryPointStyle class.
Inheritance Hierarchy
SystemObject
  [T:Autodesk.Civil.CivilWrapper<AeccDbSurfaceStyle>]
    Autodesk.Civil.DatabaseServices.StylesWatershedBaseStyle
      Autodesk.Civil.DatabaseServices.StylesWatershedDrainSegmentStyle
        Autodesk.Civil.DatabaseServices.StylesWatershedBoundarySegmentStyle

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public sealed class WatershedBoundarySegmentStyle : WatershedDrainSegmentStyle

The WatershedBoundarySegmentStyle type exposes the following members.

Properties
 NameDescription
Public propertyColor Gets or sets color for watershed style.
(Inherited from WatershedBaseStyle)
Public propertyDrawDrainSegment Specifies whether or not to display drain target segments for the watershed.
(Inherited from WatershedDrainSegmentStyle)
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 propertySegmentColor Specifies segment color
(Inherited from WatershedDrainSegmentStyle)
Public propertySegmentLinetypeId Gets or sets line type by ObjectId for drain segment style.
(Inherited from WatershedDrainSegmentStyle)
Public propertySegmentLinetypeName Gets or sets line type by name for drain segment style.
(Inherited from WatershedDrainSegmentStyle)
Public propertyUseHatching Specifies whether to use hatching for watershed style.
(Inherited from WatershedBaseStyle)
Top
See Also