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


IGpFieldMapObject.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 > IGpFieldMapObject Interface > IGpFieldMapObject.AddInputField Method
ArcGIS Developer Help

IGpFieldMapObject.AddInputField Method

Add a sub-field.

[Visual Basic .NET]
Public Sub AddInputField ( _
    ByVal Table As String, _
    ByVal Field As String, _
    [ByRef pStartTextValue As Object], _
    [ByRef pEndTextValue As Object] _
)
[C#]
public void AddInputField (
    string Table,
    string Field,
    ref object pStartTextValue,
    ref object pEndTextValue
);
[C++]
HRESULT AddInputField(
  BSTR Table,
  BSTR Field,
  Variant* pStartTextValue,
  Variant* pEndTextValue
);
[C++]
Parameters
Table [in]

Table is a parameter of type BSTR Field [in]
Field is a parameter of type BSTR pStartTextValue [in, optional]
pStartTextValue is a parameter of type VARIANT* pEndTextValue [in, optional]
pEndTextValue is a parameter of type VARIANT*

Product Availability

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

See Also

IGpFieldMapObject Interface