PointCloudPointStyleSingleColor Property |
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.8.0.292
Syntaxpublic Color SingleColor { get; set; }
Public Property SingleColor As Color
Get
Set
public:
property Color^ SingleColor {
Color^ get ();
void set (Color^ value);
}
Property Value
Color
See Also