SurfaceContourStyleUseColorScheme Property |
Gets or sets the boolean value that specifies whether the major and minor color schemes are displayed.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic bool UseColorScheme { get; set; }
Public Property UseColorScheme As Boolean
Get
Set
public:
property bool UseColorScheme {
bool get ();
void set (bool value);
}
Property Value
Boolean
Remarks
A value of true indicates that color schemes are displayed.
See Also