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


IGPResult.Values Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geoprocessing)  

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