Click or drag to resize
CARCMAPLoadRasterEx Method
Load a raster file to the current data frame and create associated files

Available since Oasis montaj version: 9.4
License: Available to anyone.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
Loads any file type recognized as "raster" formats by ARC GIS. This includes geosoft GRD files.
Syntax
public static void LoadRasterEx(
	CGXNETCore gxNetShared,
	string file
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
file
Type: SystemString
File Name
See Also