Click or drag to resize

CMAPExportAreaInView Method

Export an area of a map in view units to an external format

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void ExportAreaInView(
	string name,
	string view,
	double pix_size,
	double dpi,
	int bits,
	int dither,
	double min_x,
	double min_y,
	double max_x,
	double max_y,
	string format,
	string options
)

public void ExportAreaInView(
	string name,
	string view,
	double pix_size,
	double dpi,
	int bits,
	int dither,
	double min_x,
	double min_y,
	double max_x,
	double max_y,
	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 (or dummy, will be used if DPI is dummy)
dpi
Type: SystemDouble
Resolution in DPI (will override view resolution if not dummy, map page size will be used to determine pixel size of output)
bits
Type: SystemInt32
<define>MAP_EXPORT_BITS</define>
dither
Type: SystemInt32
<define>MAP_EXPORT_METHOD</define>
min_x
Type: SystemDouble
Area To Export Min X location in view units
min_y
Type: SystemDouble
Area To Export Min Y location in view units
max_x
Type: SystemDouble
Area To Export Max X location in view units
max_y
Type: SystemDouble
Area To Export Max Y location in view units
format
Type: SystemString
<define>MAP_EXPORT_FORMAT</define>
options
Type: SystemString
Extended Options String (format specific)
See Also