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


IGPValueExpression.GetAsText Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPValueExpression Interface > IGPValueExpression.GetAsText Method
ArcGIS Developer Help

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
);
[C++]
Parameters
pVariableManager [in]

pVariableManager is a parameter of type IGPVariableManager*

Product Availability

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

See Also

IGPValueExpression Interface