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


IGPRandomNumberGenerator.GetValue Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPRandomNumberGenerator.GetValue Method

Generates the next random number value.

[Visual Basic .NET]
Public Function GetValue ( _
    ByVal distribution As String _
) As Double
[C#]
public double GetValue (
    string distribution
);
[C++]
HRESULT GetValue(
  BSTR distribution,
  double* Value
);
[C++]

Parameters distribution [in] distribution is a parameter of type BSTR Value [out, retval] Value is a parameter of type double

Product Availability

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

See Also

IGPRandomNumberGenerator Interface