ArcObjects Library Reference (Geoprocessing)  

IGpFieldMapObject.OutputField Property

Get the properties field.

[Visual Basic .NET]
Public Property OutputField As Object
[C#]
public object OutputField {get; set;}
[C++]
HRESULT get_OutputField(
  IDispatch** ppField
);
[C++]
HRESULT put_OutputField(
  IDispatch* ppField
);
[C++]

Parameters

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

Product Availability

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

See Also

IGpFieldMapObject Interface