Click or drag to resize
CMAPExportAreaInView Method
Export an area of a map in view units to an external format

Available since Oasis montaj version: 7.1.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public void ExportAreaInView(
	string str1,
	string str2,
	double d3,
	double d4,
	int i5,
	int i6,
	double d7,
	double d8,
	double d9,
	double d10,
	string str11,
	string str12
)

Parameters

str1
Type: SystemString
File Name To Export
str2
Type: SystemString
View to export coordinates in
d3
Type: SystemDouble
Resolution in view units of one pixel (or dummy, will be used if DPI is dummy)
d4
Type: SystemDouble
Resolution in DPI (will override view resolution if not dummy, map page size will be used to determine pixel size of output)
i5
Type: SystemInt32
See MAP_EXPORT_BITSConstant
i6
Type: SystemInt32
See MAP_EXPORT_METHODConstant
d7
Type: SystemDouble
Area To Export Min X location in view units
d8
Type: SystemDouble
Area To Export Min Y location in view units
d9
Type: SystemDouble
Area To Export Max X location in view units
d10
Type: SystemDouble
Area To Export Max Y location in view units
str11
Type: SystemString
See MAP_EXPORT_FORMATConstant
str12
Type: SystemString
Extended Options String (format specific)
See Also