 | CARCMAPLoadRaster Method |
Load a raster file to the current data frame
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void LoadRaster(
string file
)
public static void LoadRaster(
string file
)
Public Shared Sub LoadRaster (
file As String
)
Public Shared Sub LoadRaster (
file As String
)
public:
static void LoadRaster(
String^ file
)
public:
static void LoadRaster(
String^ file
)
static member LoadRaster :
file : string -> unit
static member LoadRaster :
file : string -> unit
Parameters
- file
- Type: SystemString
File Name
Remarks
Loads any file type recognized as "raster" formats by ARC GIS.
This includes geosoft GRD files.
See Also