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 > IGPUtilities Interface > IGPUtilities.DecodeDETable Method (ArcObjects .NET 10.5 SDK) |
Returns the table data element specified by the given geoprocessing value object.
[Visual Basic .NET] Public Function DecodeDETable ( _ ByVal pValue As IGPValue _ ) As IDETable
[C#] public IDETable DecodeDETable ( IGPValue pValue );
[C++]
HRESULT DecodeDETable(
IGPValue* pValue,
IDETable** ppDETable
);
[C++]
Parameters pValue [in]
pValue is a parameter of type IGPValue ppDETable [out, retval]
ppDETable is a parameter of type IDETable
The DecodeDETable method is a wrapper function to quickly create a value from an object. It returns the table data element specified by the given geoprocessing value object. For a code sample see below.