Gets or sets the color value for the watershed.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
| C# |
|---|
public Color SegmentColor { get; set; } |
| Visual Basic |
|---|
Public Property SegmentColor As Color Get Set |
| Visual C++ |
|---|
public: property Color^ SegmentColor { Color^ get (); void set (Color^ value); } |