Click or drag to resize

CMAP.ExportAllInView2 Method

Same as ExportAllInView_MAP, but preset the range in X and Y to export (mm)

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void ExportAllInView2(
	string name,
	string view,
	double dpi,
	double minX,
	double minY,
	double maxX,
	double maxY,
	int bits,
	int dither,
	string format,
	string options
)

public void ExportAllInView2(
	string name,
	string view,
	double dpi,
	double minX,
	double minY,
	double maxX,
	double maxY,
	int bits,
	int dither,
	string format,
	string options
)

Parameters

name
Type: System.String
File Name To Export
view
Type: System.String
View to export coordinates in
dpi
Type: System.Double
Resolution in DPI (will override view resolution if not dummy, map page size will be used to determine pixel size of output)
minX
Type: System.Double
Base view minimum X (mm)
minY
Type: System.Double
Base view minimum Y (mm)
maxX
Type: System.Double
Base view maximum X (mm)
maxY
Type: System.Double
Base view maximum Y (mm)
bits
Type: System.Int32
<define>MAP_EXPORT_BITS</define>
dither
Type: System.Int32
<define>MAP_EXPORT_METHOD</define>
format
Type: System.String
<define>MAP_EXPORT_FORMAT</define>
options
Type: System.String
Extended Options String (format specific)
See Also