Specifies whether or not to display drain target points for the watershed.
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public bool DrawDrainPoint { get; set; }
VB
Public Property DrawDrainPoint As Boolean Get Set
C++
public: property bool DrawDrainPoint { bool get (); void set (bool value); }