Click or drag to resize
CMAPExportAllInView Method
Export the entire 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 ExportAllInView(
	string str1,
	string str2,
	double d3,
	double d4,
	int i5,
	int i6,
	string str7,
	string str8
)

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
str7
Type: SystemString
See MAP_EXPORT_FORMATConstant
str8
Type: SystemString
Extended Options String (format specific)
See Also