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


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

IGPFieldMap.OutputField Property

Get the main field.

[Visual Basic .NET]
Public Property OutputField As IField
[C#]
public IField OutputField {get; set;}
[C++]
HRESULT get_OutputField(
  IField** Field
);
[C++]
HRESULT putref_OutputField(
  IField* Field
);
[C++]
Parameters
Field [out, retval]

Field is a parameter of type IField** Field [in]
Field is a parameter of type IField*

Product Availability

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

See Also

IGPFieldMap Interface