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


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

IRandomFunctionArguments.Seed Property

The seed value for randomization.

[Visual Basic .NET]
Public Property Seed As Integer
[C#]
public uint Seed {get; set;}
[C++]
HRESULT get_Seed(
  System.UInt32* pSeed
);
[C++]
HRESULT put_Seed(
  Unsigned machine int pSeed
);
[C++]
Parameters
pSeed [out, retval]

pSeed is a parameter of type unsigned int* pSeed [in]
pSeed is a parameter of type unsigned int

Product Availability

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

See Also

IRandomFunctionArguments Interface