ArcObjects Library Reference (Geoprocessing)  

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