This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPSAGeoDataDomain Interface > IGPSAGeoDataDomain.SelectFields Method (ArcObjects .NET 10.4 SDK) |
Selects Fields in a DETable.
[Visual Basic .NET] Public Function SelectFields ( _ ByVal pDETable As IDETable _ ) As IArray
[C#] public IArray SelectFields ( IDETable pDETable );
[C++]
HRESULT SelectFields(
IDETable* pDETable,
IArray** ppFields
);
[C++]
Parameters pDETable [in]
pDETable is a parameter of type IDETable ppFields [out, retval]
ppFields is a parameter of type IArray