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


IGPRandomNumberGenerator.Seed Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPRandomNumberGenerator Interface > IGPRandomNumberGenerator.Seed Property
ArcGIS Developer Help

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(
  System.Int32* 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