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


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

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(
void
);

Product Availability

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

See Also

IGpFieldMappingsObject Interface