This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GeoAnalyst > ESRI.ArcGIS.GeoAnalyst > Interfaces > IN > INumberRemap Interface > INumberRemap.LoadNumbersFromTable Method (ArcObjects .NET 10.4 SDK) |
Load number remap records from a table object.
[Visual Basic .NET] Public Sub LoadNumbersFromTable ( _ ByVal remapTable As ITable, _ ByVal OutFieldName As String, _ ByVal fromFieldName As String, _ [ByVal toFieldName As Object], _ [ByVal mappingFieldName As Object] _ )
[C#] public void LoadNumbersFromTable ( ITable remapTable, string OutFieldName, string fromFieldName, object toFieldName, object mappingFieldName );
Optional Values
[C++]
HRESULT LoadNumbersFromTable(
ITable* remapTable,
BSTR OutFieldName,
BSTR fromFieldName,
VARIANT toFieldName,
VARIANT mappingFieldName
);
[C++]
Parameters remapTable [in]
remapTable is a parameter of type ITable OutFieldName [in] OutFieldName is a parameter of type BSTR fromFieldName [in] fromFieldName is a parameter of type BSTR toFieldName [optional] toFieldName is a parameter of type VARIANT
To indicate this parameter is undefined pass in a VARIANT with type VT_ERROR and scode value of DISP_E_PARAMNOTFOUND. mappingFieldName [optional] mappingFieldName is a parameter of type VARIANT
To indicate this parameter is undefined pass in a VARIANT with type VT_ERROR and scode value of DISP_E_PARAMNOTFOUND.