This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IR > IRandomColorRamp Interface > IRandomColorRamp.MaxSaturation Property (ArcObjects .NET 10.4 SDK) |
The maximum saturation (0-100).
[Visual Basic .NET] Public Property MaxSaturation As Integer
[C#] public int MaxSaturation {get; set;}
[C++]
HRESULT get_MaxSaturation(
long* MaxSaturation
);
[C++]
HRESULT put_MaxSaturation(
long MaxSaturation
);
[C++]
Parameters MaxSaturation [out, retval] MaxSaturation is a parameter of type long MaxSaturation [in] MaxSaturation is a parameter of type long