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