Share

WatershedDrainPointStyle Class

This class is to specify the display drain target points for the watershed.

Inheritance Hierarchy

SystemObject
  [T:Autodesk.Civil.CivilWrapper<AeccDbSurfaceStyle>]
    Autodesk.Civil.DatabaseServices.StylesWatershedBaseStyle
      Autodesk.Civil.DatabaseServices.StylesWatershedDrainPointStyle
        Autodesk.Civil.DatabaseServices.StylesWatershedBoundaryPointStyle
        Autodesk.Civil.DatabaseServices.StylesWatershedMultipleDrainStyle


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

Syntax

C#

public class WatershedDrainPointStyle : WatershedBaseStyle

VB

Public Class WatershedDrainPointStyle
	Inherits WatershedBaseStyle

C++

public ref class WatershedDrainPointStyle : public WatershedBaseStyle

The WatershedDrainPointStyle type exposes the following members.

Properties

 NameDescription
Public propertyColor Gets or sets color for watershed style.
(Inherited from WatershedBaseStyle)
Public propertyDrawDrainPoint Specifies whether or not to display drain target points for the watershed.
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 propertyPointColor Specifies point display color
Public propertyPointDisplayType Specifies point display type
Public propertyUseHatching Specifies whether to use hatching for watershed style.
(Inherited from WatershedBaseStyle)

See Also

Reference

Was this information helpful?