ArcObjects Library Reference (Geoprocessing)  

IGPValueExpression.GetAsText Method

Gets the text value of the variable value.

[Visual Basic .NET]
Public Function GetAsText ( _
    ByVal pVariableManager As IGPVariableManager _
) As String
[C#]
public string GetAsText (
    IGPVariableManager pVariableManager
);
[C++]
HRESULT GetAsText(
  IGPVariableManager* pVariableManager,
  BSTR* pText
);
[C++]

Parameters

pVariableManager [in]

  pVariableManager is a parameter of type IGPVariableManager

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

Product Availability

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

See Also

IGPValueExpression Interface