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


IGPResult.Values Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPResult Interface > IGPResult.Values Property
ArcGIS Developer Help

IGPResult.Values Property

The result values.

[Visual Basic .NET]
Public Property Values As IGPValues
[C#]
public IGPValues Values {get; set;}
[C++]
HRESULT get_Values(
  IGPValues** ppValues
);
[C++]
HRESULT putref_Values(
  IGPValues* ppValues
);
[C++]
Parameters
ppValues [out, retval]

ppValues is a parameter of type IGPValues** ppValues [in]
ppValues is a parameter of type IGPValues*

Product Availability

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

See Also

IGPResult Interface