 | CARCMAPLoadRasterEx Method |
Load a raster file to the current data frame and create associated files
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void LoadRasterEx(
string file
)
public static void LoadRasterEx(
string file
)
Public Shared Sub LoadRasterEx (
file As String
)
Public Shared Sub LoadRasterEx (
file As String
)
public:
static void LoadRasterEx(
String^ file
)
public:
static void LoadRasterEx(
String^ file
)
static member LoadRasterEx :
file : string -> unit
static member LoadRasterEx :
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