ArcObjects Library Reference (Geoprocessing)  

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