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


IGPFieldMap.AddInputField Method (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.AddInputField Method
ArcGIS Developer Help

IGPFieldMap.AddInputField Method

Add an internal mapped field.

[Visual Basic .NET]
Public Sub AddInputField ( _
    ByVal Table As IDETable, _
    ByVal Field As IField, _
    ByVal startPos As Integer, _
    ByVal endPos As Integer _
)
[C#]
public void AddInputField (
    IDETable Table,
    IField Field,
    int startPos,
    int endPos
);
[C++]
HRESULT AddInputField(
  IDETable* Table,
  IField* Field,
  long startPos,
  long endPos
);
[C++]
Parameters
Table [in]

Table is a parameter of type IDETable* Field [in]
Field is a parameter of type IField* startPos [in]
startPos is a parameter of type long endPos [in]
endPos is a parameter of type long

Product Availability

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

See Also

IGPFieldMap Interface