Click or drag to resize

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
Syntax
public static void LoadRaster(
	string file
)

public static void LoadRaster(
	string file
)

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