Click or drag to resize

CARCMAPLoadRasterEx Method

Load a raster file to the current data frame and create associated files

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntax
public static void LoadRasterEx(
	CGXNETCore gxNetShared,
	string file
)

public static void LoadRasterEx(
	CGXNETCore gxNetShared,
	string file
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
file
Type: SystemString
File Name
Remarks
Loads any file type recognized as "raster" formats by ARC GIS. This includes geosoft GRD files.
See Also