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


IGPValueExpression.ResolveValue Method (ArcObjects .NET 10.4 SDK)
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