Share

WatershedDrainPointSegmentStyle.SegmentColor Property

Specifies segment color



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

Syntax

C#

public Color SegmentColor { get; set; }

VB

Public Property SegmentColor As Color
	Get
	Set

C++

public:
property Color^ SegmentColor {
	Color^ get ();
	void set (Color^ value);
}

Property Value

Color

See Also

Reference

Was this information helpful?