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


INumberRemap.LoadNumbersFromASCIIFile Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoAnalyst)  

INumberRemap.LoadNumbersFromASCIIFile Method

Loads the information from an ArcGRID ASCII remap file into a remap object.

[Visual Basic .NET]
Public Sub LoadNumbersFromASCIIFile ( _
    ByVal remapFile As String _
)
[C#]
public void LoadNumbersFromASCIIFile (
    string remapFile
);
[C++]
HRESULT LoadNumbersFromASCIIFile(
  BSTR remapFile
);
[C++]

Parameters remapFile [in] remapFile is a parameter of type BSTR

Product Availability

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

See Also

INumberRemap Interface