This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPUtilities Interface > IGPUtilities.DecodeTableView Method (ArcObjects .NET 10.4 SDK) |
Returns the table and query filter specified by the given geoprocessing value object.
[Visual Basic .NET] Public Sub DecodeTableView ( _ ByVal pValue As IGPValue, _ ByRef ppTable As ITable, _ ByRef ppQF As IQueryFilter _ )
[C#] public void DecodeTableView ( IGPValue pValue, ref ITable ppTable, ref IQueryFilter ppQF );
[C++]
HRESULT DecodeTableView(
IGPValue* pValue,
ITable** ppTable,
IQueryFilter** ppQF
);
[C++]
Parameters pValue [in]
pValue is a parameter of type IGPValue ppTable [out]
ppTable is a parameter of type ITable ppQF [out]
ppQF is a parameter of type IQueryFilter
The DecodeTableView method is a wrapper function that quickly and easily creates a value from an object. Like the DecodeFeatureLayer, it is called inside IGPFuncion_Validate .