ArcObjects Library Reference (Geoprocessing)  

IGPRandomNumberGenerator.Seed Property

Gets the value, as a non-negative long, of the seed.

[Visual Basic .NET]
Public ReadOnly Property Seed As Integer
[C#]
public int Seed {get;}
[C++]
HRESULT get_Seed(
  long* pSeed
);
[C++]

Parameters

pSeed [out, retval]   pSeed is a parameter of type long

Product Availability

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

See Also

IGPRandomNumberGenerator Interface