ArcObjects Library Reference (Geoprocessing)  

IGpFieldMappingsObject.Fields Property

Get the output fields of the mapping object.

[Visual Basic .NET]
Public ReadOnly Property Fields As Object
[C#]
public object Fields {get;}
[C++]
HRESULT get_Fields(
  IDispatch** ppFields
);
[C++]

Parameters

ppFields [out, retval]   ppFields is a parameter of type IDispatch*

Product Availability

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

See Also

IGpFieldMappingsObject Interface