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