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


IGPSANumberRemap.LoadNumbersFromTable Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > SpatialAnalyst > ESRI.ArcGIS.SpatialAnalyst > Interfaces > IG > IGPSANumberRemap Interface > IGPSANumberRemap.LoadNumbersFromTable Method
ArcGIS Developer Help

IGPSANumberRemap.LoadNumbersFromTable Method

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
);
[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 [in, 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 [in, 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.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Spatial Analyst Extension.

See Also

IGPSANumberRemap Interface