ArcObjects Library Reference (Display)  

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(
  long Seed
);
[C++]

Parameters

Seed [out, retval]   Seed is a parameter of type long Seed [in]   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