This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPResult Interface > IGPResult.Values Property (ArcObjects .NET 10.4 SDK) |
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