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


IRandomFunctionArguments.GeneratorType 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.GeneratorType Property
ArcGIS Developer Help

IRandomFunctionArguments.GeneratorType Property

The type of the random value generator.

[Visual Basic .NET]
Public Property GeneratorType As esriRandomFunctionGeneratorType
[C#]
public esriRandomFunctionGeneratorType GeneratorType {get; set;}
[C++]
HRESULT get_GeneratorType(
  esriRandomFunctionGeneratorType* pType
);
[C++]
HRESULT put_GeneratorType(
  esriRandomFunctionGeneratorType pType
);
[C++]
Parameters
pType [out, retval]

pType is a parameter of type esriRandomFunctionGeneratorType* pType [in]
pType is a parameter of type esriRandomFunctionGeneratorType

Product Availability

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

See Also

IRandomFunctionArguments Interface