Click or drag to resize
CARCMAPLoadRaster Method
Load a raster file to the current data frame

Available since Oasis montaj version: 8.0
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 LoadRaster(
	CGXNETCore gxNetShared,
	string file
)

Parameters

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