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