This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPValueExpression Interface > IGPValueExpression.GetAsText Method (ArcObjects .NET 10.4 SDK) |
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