Share

WatershedDrainPointSegmentStyle.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.8.0.280

Syntax

C#

public bool DrawDrainSegment { get; set; }

VB

Public Property DrawDrainSegment As Boolean
	Get
	Set

C++

public:
property bool DrawDrainSegment {
	bool get ();
	void set (bool value);
}

Property Value

Boolean

See Also

Reference

Was this information helpful?