Specifies whether or not to display drain target segments for the watershed.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
| C# |
|---|
public bool DrawDrainSegment { get; set; } |
| Visual Basic |
|---|
Public Property DrawDrainSegment As Boolean Get Set |
| Visual C++ |
|---|
public: property bool DrawDrainSegment { bool get (); void set (bool value); } |