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


IGPTableView.FieldInfo Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geoprocessing)  

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