This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPValueExpression Interface > IGPValueExpression.Resolved Property (ArcObjects .NET 10.5 SDK) |
Gets the resolved state.
[Visual Basic .NET] Public Property Resolved As Boolean
[C#] public bool Resolved {get; set;}
[C++]
HRESULT get_Resolved(
VARIANT_BOOL* pResolved
);
[C++]
HRESULT put_Resolved(
VARIANT_BOOL pResolved
);
[C++]
Parameters pResolved [out, retval] pResolved is a parameter of type VARIANT_BOOL pResolved [in] pResolved is a parameter of type VARIANT_BOOL