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


IGPRandomNumberGenerator.Type 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.Type Property
ArcGIS Developer Help

IGPRandomNumberGenerator.Type Property

Gets the random number generator type.

[Visual Basic .NET]
Public ReadOnly Property Type As esriRandomNumberGeneratorType
[C#]
public esriRandomNumberGeneratorType Type {get;}
[C++]
HRESULT get_Type(
  esriRandomNumberGeneratorType* Type
);
[C++]
Parameters
Type [out, retval]

Type is a parameter of type esriRandomNumberGeneratorType*

Product Availability

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

See Also

IGPRandomNumberGenerator Interface