This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IR > IRandomColorRamp Interface > IRandomColorRamp.Seed Property (ArcObjects .NET 10.4 SDK) |
The seed of the random number generator.
[Visual Basic .NET] Public Property Seed As Integer
[C#] public int Seed {get; set;}
[C++]
HRESULT get_Seed(
long* Seed
);
[C++]
HRESULT put_Seed(
long Seed
);
[C++]
Parameters Seed [out, retval] Seed is a parameter of type long Seed [in] Seed is a parameter of type long