This document is archived and information here might be outdated.  Recommended version.


IGPTableView.FieldInfo Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPTableView Interface > IGPTableView.FieldInfo Property
ArcGIS Developer Help

IGPTableView.FieldInfo Property

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*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGPTableView Interface