This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IR > IRandomColorRamp Interface > IRandomColorRamp.UseSeed Property (ArcObjects .NET 10.4 SDK) |
Indicates if a seed is used when the ramp is generated. Set this property to True without changing the Seed to generate identical color ramps in succession.
[Visual Basic .NET] Public Property UseSeed As Boolean
[C#] public bool UseSeed {get; set;}
[C++]
HRESULT get_UseSeed(
VARIANT_BOOL* UseSeed
);
[C++]
HRESULT put_UseSeed(
VARIANT_BOOL UseSeed
);
[C++]
Parameters UseSeed [out, retval] UseSeed is a parameter of type VARIANT_BOOL UseSeed [in] UseSeed is a parameter of type VARIANT_BOOL