This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPUtilities Interface > IGPUtilities.DecodeStandaloneTable Method (ArcObjects .NET 10.4 SDK) |
Returns the standalone table object specified by the given geoprocessing value object.
[Visual Basic .NET] Public Function DecodeStandaloneTable ( _ ByVal pValue As IGPValue _ ) As IStandaloneTable
[C#] public IStandaloneTable DecodeStandaloneTable ( IGPValue pValue );
[C++]
HRESULT DecodeStandaloneTable(
IGPValue* pValue,
IStandaloneTable** ppStandaloneTable
);
[C++]
Parameters pValue [in]
pValue is a parameter of type IGPValue ppStandaloneTable [out, retval]
ppStandaloneTable is a parameter of type IStandaloneTable