This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > SpatialAnalyst > ESRI.ArcGIS.SpatialAnalyst > Interfaces > IG > IGPSAStringRemap Interface > IGPSAStringRemap.LoadStringsFromTable Method (ArcObjects .NET 10.5 SDK) |
Loads string remap records from a table object.
[Visual Basic .NET] Public Sub LoadStringsFromTable ( _ ByVal remapTable As ITable, _ ByVal outFieldName As String, _ ByVal inFieldName As String, _ [ByVal mappingFieldName As Object] _ )
[C#] public void LoadStringsFromTable ( ITable remapTable, string outFieldName, string inFieldName, object mappingFieldName );
Optional Values
[C++]
HRESULT LoadStringsFromTable(
ITable* remapTable,
BSTR outFieldName,
BSTR inFieldName,
VARIANT mappingFieldName
);
[C++]
Parameters remapTable [in]
remapTable is a parameter of type ITable outFieldName [in] outFieldName is a parameter of type BSTR inFieldName [in] inFieldName is a parameter of type BSTR 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.