The WatershedBoundaryPointStyle class.
Inheritance Hierarchy
SystemObject[T:Autodesk.Civil.CivilWrapper<AeccDbSurfaceStyle>]
Autodesk.Civil.DatabaseServices.StylesWatershedBaseStyle
Autodesk.Civil.DatabaseServices.StylesWatershedDrainPointSegmentStyle
Autodesk.Civil.DatabaseServices.StylesWatershedDepressionStyle
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public sealed class WatershedDepressionStyle : WatershedDrainPointSegmentStyle
VB
Public NotInheritable Class WatershedDepressionStyle Inherits WatershedDrainPointSegmentStyle
C++
public ref class WatershedDepressionStyle sealed : public WatershedDrainPointSegmentStyle
The WatershedDepressionStyle type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Color |
Gets or sets color for watershed style.
(Inherited from WatershedBaseStyle) | |
| DrawDrainPoint |
Specifies whether or not to display drain target points for the watershed.
(Inherited from WatershedDrainPointSegmentStyle) | |
| DrawDrainSegment |
Specifies whether or not to display drain target segments for the watershed.
(Inherited from WatershedDrainPointSegmentStyle) | |
| 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) | |
| PointColor |
Specifies point display color
(Inherited from WatershedDrainPointSegmentStyle) | |
| PointDisplayType |
Specifies point display type
(Inherited from WatershedDrainPointSegmentStyle) | |
| SegmentColor |
Specifies segment color
(Inherited from WatershedDrainPointSegmentStyle) | |
| SegmentLinetypeId |
Gets or sets line type by ObjectId for drain segment style.
(Inherited from WatershedDrainPointSegmentStyle) | |
| SegmentLinetypeName |
Gets or sets line type by name for drain segment style.
(Inherited from WatershedDrainPointSegmentStyle) | |
| UseHatching |
Specifies whether to use hatching for watershed style.
(Inherited from WatershedBaseStyle) |
