This document is archived and information here might be outdated.  Recommended version.


IRandomColorRamp.Seed Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IR > IRandomColorRamp Interface > IRandomColorRamp.Seed Property
ArcGIS Developer Help

IRandomColorRamp.Seed Property

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(
  System.Int32* Seed
);
[C++]
Parameters
Seed [in]

Seed is a parameter of type long Seed [out, retval]
Seed is a parameter of type long*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Seed is any number that is different than the one you might have just used with a specific IRandomColorRamp.

See Also

IRandomColorRamp Interface