ArcObjects Library Reference (Geoprocessing)  

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