This document is archived and information here might be outdated. Recommended version. |
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*