Click or drag to resize

CEMAPExportAllRaster Method

Note: This API is now obsolete.

Export the entire Map to an external format without units.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntax
[ObsoleteAttribute("Deprecated since unknown, ")]
public void ExportAllRaster(
	string name,
	double size_x,
	double size_y,
	int bits,
	int dither,
	string format,
	string options
)

[ObsoleteAttribute("Deprecated since unknown, ")]
public void ExportAllRaster(
	string name,
	double size_x,
	double size_y,
	int bits,
	int dither,
	string format,
	string options
)

Parameters

name
Type: SystemString
File Name To Export
size_x
Type: SystemDouble
Number of Pixels in X (X or Y should be specified the other )
size_y
Type: SystemDouble
Number of Pixels in Y (should be 0 and computed by export)
bits
Type: SystemInt32
EMAP_EXPORT_BITS
dither
Type: SystemInt32
EMAP_EXPORT_METHOD
format
Type: SystemString
EMAP_EXPORT_RASTER_FORMAT
options
Type: SystemString
Extended Options String (format specific)
See Also