DrawDrainSegment Property

Specifies whether or not to display drain target segments for the watershed.

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.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);
}

See Also