ArcObjects Library Reference (Geoprocessing)  

IGpRandomNumberGeneratorObject.ExportToString Method

Get the string representation of the generator

[Visual Basic .NET]
Public Function ExportToString ( _
) As String
[C#]
public string ExportToString (
);
[C++]
HRESULT ExportToString(
  BSTR* valueText
);
[C++]

Parameters

valueText [out, retval]   valueText is a parameter of type BSTR

Product Availability

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

See Also

IGpRandomNumberGeneratorObject Interface