This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGpFieldMapObject Interface > IGpFieldMapObject.AddInputField Method (ArcObjects .NET 10.4 SDK) |
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 );
Optional Values
[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 [optional] pStartTextValue is a parameter of type VARIANT
To indicate this parameter is undefined pass a reference to a VARIANT with type VT_ERROR and scode value of DISP_E_PARAMNOTFOUND. pEndTextValue [optional] pEndTextValue is a parameter of type VARIANT
To indicate this parameter is undefined pass a reference to a VARIANT with type VT_ERROR and scode value of DISP_E_PARAMNOTFOUND.