ArcObjects Library Reference (Geoprocessing)  

IGPValueExpression.ResolveValue Method

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,
  IGPValue** ppValue
);
[C++]

Parameters

pVariableManager [in]

  pVariableManager is a parameter of type IGPVariableManager

ppValue [out, retval]

  ppValue is a parameter of type IGPValue

Product Availability

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

See Also

IGPValueExpression Interface