This document is archived and information here might be outdated. Recommended version. |
Resolves a given variable value.
[Visual Basic .NET] Public Function ResolveValue ( _ ByVal pVariableManager As IGPVariableManager _ ) As IGPValue
[C#] public IGPValue ResolveValue ( IGPVariableManager pVariableManager );
[C++]
HRESULT ResolveValue(
IGPVariableManager* pVariableManager
);
[C++] Parameters pVariableManager [in]
pVariableManager is a parameter of type IGPVariableManager*