Click or drag to resize

CEMAPExportAreaRaster Method

Note: This API is now obsolete.

Export an area of a Map to an external plot format.

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 ExportAreaRaster(
	string name,
	double min_x,
	double min_y,
	double max_x,
	double max_y,
	double size_x,
	double size_y,
	int bits,
	int dither,
	string format,
	string options
)

[ObsoleteAttribute("Deprecated since unknown, ")]
public void ExportAreaRaster(
	string name,
	double min_x,
	double min_y,
	double max_x,
	double max_y,
	double size_x,
	double size_y,
	int bits,
	int dither,
	string format,
	string options
)

Parameters

name
Type: SystemString
File Name To Export
min_x
Type: SystemDouble
Area To Export Min X location in mm
min_y
Type: SystemDouble
Area To Export Min Y location in mm
max_x
Type: SystemDouble
Area To Export Max X location in mm
max_y
Type: SystemDouble
Area To Export Max Y location in mm
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