Creates a geoprocessing value object from the given string.
[Visual Basic 6.0] Function CreateValue(
ByVal text As String _
) As IGPValue
[Visual Basic .NET] Public Function CreateValue ( _ ByVal text As String _ ) As IGPValue
[C#] public IGPValue CreateValue ( string text );
[Java] public IGPValue createValue ( String text ) throws IOException, AutomationException
[C++] HRESULT CreateValue( BSTR text, IGPValue** Value );
Parameters
text [in]
text is a parameter of type BSTR
Value [out, retval]
Value is a parameter of type IGPValue
The CreateValue method creates the default Value object, which can subsequently be used in the parameter array that is passed to the Validate and the Execute methods of IGPFunction.