This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPTableView Interface > IGPTableView.FieldInfo Property (ArcObjects .NET 10.4 SDK) |
The field info of the feature layer.
[Visual Basic .NET] Public Property FieldInfo As IGPFieldInfo
[C#] public IGPFieldInfo FieldInfo {get; set;}
[C++]
HRESULT get_FieldInfo(
IGPFieldInfo** FieldMap
);
[C++]
HRESULT putref_FieldInfo(
IGPFieldInfo* FieldMap
);
[C++]
Parameters FieldMap [out, retval]
FieldMap is a parameter of type IGPFieldInfo FieldMap [in]
FieldMap is a parameter of type IGPFieldInfo