This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGpFieldMapObject Interface > IGpFieldMapObject.OutputField Property (ArcObjects .NET 10.5 SDK) |
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*