This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPFieldMap Interface > IGPFieldMap.GetField Method (ArcObjects .NET 10.4 SDK) |
Get an internal mapped field.
[Visual Basic .NET] Public Function GetField ( _ ByVal Index As Integer _ ) As IField
[C#] public IField GetField ( int Index );
[C++]
HRESULT GetField(
long Index,
IField** Field
);
[C++]
Parameters Index [in] Index is a parameter of type long Field [out, retval]
Field is a parameter of type IField