This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGpRandomNumberGeneratorObject Interface > IGpRandomNumberGeneratorObject.LoadFromString Method (ArcObjects .NET 10.5 SDK) |
Initialize the generator by text string
[Visual Basic .NET] Public Sub LoadFromString ( _ ByVal valueText As String _ )
[C#] public void LoadFromString ( string valueText );
[C++]
HRESULT LoadFromString(
BSTR valueText
);
[C++]
Parameters valueText [in] valueText is a parameter of type BSTR