This class is to specify the display drain target segments for the watershed.
Inheritance Hierarchy
SystemObject[T:Autodesk.Civil.CivilWrapper<AeccDbSurfaceStyle>]
Autodesk.Civil.DatabaseServices.StylesWatershedBaseStyle
Autodesk.Civil.DatabaseServices.StylesWatershedDrainSegmentStyle
Autodesk.Civil.DatabaseServices.StylesWatershedBoundarySegmentStyle
Autodesk.Civil.DatabaseServices.StylesWatershedMultipleDrainNotchStyle
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
Syntax
C#
public class WatershedDrainSegmentStyle : WatershedBaseStyle
VB
Public Class WatershedDrainSegmentStyle Inherits WatershedBaseStyle
C++
public ref class WatershedDrainSegmentStyle : public WatershedBaseStyle
The WatershedDrainSegmentStyle type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Color |
Gets or sets color for watershed style.
(Inherited from WatershedBaseStyle) | |
| DrawDrainSegment | Specifies whether or not to display drain target segments for the watershed. | |
| Hatch |
Gets the hatch information for watershed style.
(Inherited from WatershedBaseStyle) | |
| HatchPattern | Obsolete. Gets or sets the hatch pattern by name for watershed style. (Inherited from WatershedBaseStyle) | |
| LinetypeId |
Gets or sets line type by ObjectId for watershed style.
(Inherited from WatershedBaseStyle) | |
| LinetypeName |
Gets or sets line type by name for watershed style.
(Inherited from WatershedBaseStyle) | |
| SegmentColor | Specifies segment color | |
| SegmentLinetypeId | Gets or sets line type by ObjectId for drain segment style. | |
| SegmentLinetypeName | Gets or sets line type by name for drain segment style. | |
| UseHatching |
Specifies whether to use hatching for watershed style.
(Inherited from WatershedBaseStyle) |
