Gets or sets the color to used when the PointsColorScheme property is set to Single Color.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
| C# |
|---|
public Color SingleColor { get; set; } |
| Visual Basic |
|---|
Public Property SingleColor As Color Get Set |
| Visual C++ |
|---|
public: property Color^ SingleColor { Color^ get (); void set (Color^ value); } |