Click or drag to resize

CEMAPExportAllInView2 Method

Note: This API is now obsolete.

Same as above with color depth set.

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 ExportAllInView2(
	string name,
	string view,
	double pix_size,
	int bits,
	int dither,
	string format,
	string options
)

[ObsoleteAttribute("Deprecated since unknown, ")]
public void ExportAllInView2(
	string name,
	string view,
	double pix_size,
	int bits,
	int dither,
	string format,
	string options
)

Parameters

name
Type: SystemString
File Name To Export
view
Type: SystemString
View to export coordinates in
pix_size
Type: SystemDouble
Resolution in view units of one pixel
bits
Type: SystemInt32
EMAP_EXPORT_BITS
dither
Type: SystemInt32
EMAP_EXPORT_METHOD
format
Type: SystemString
EMAP_EXPORT_FORMAT
options
Type: SystemString
Extended Options String (format specific)
See Also