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


IGPRandomNumberGenerator.Seed Property (ArcObjects .NET 10.5 SDK)
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