Click or drag to resize
CMAPExportAllRaster Method
Export the entire map to map to a non-geo raster 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 ExportAllRaster(
	string str1,
	string str2,
	int i3,
	int i4,
	double d5,
	int i6,
	int i7,
	string str8,
	string str9
)

Parameters

str1
Type: SystemString
File Name To Export
str2
Type: SystemString
View to export coordinates in
i3
Type: SystemInt32
Number of Pixels in X (X or Y should be specified the other should be 0 and computed by export, or both can be 0 and DPI defined)
i4
Type: SystemInt32
Number of Pixels in Y (X or Y should be specified the other should be 0 and computed by export, or both can be 0 and DPI defined)
d5
Type: SystemDouble
Resolution in DPI (will override X and Y if not dummy, map page size will be used to determine pixel size of output)
i6
Type: SystemInt32
See MAP_EXPORT_BITSConstant
i7
Type: SystemInt32
See MAP_EXPORT_METHODConstant
str8
Type: SystemString
See MAP_EXPORT_RASTER_FORMATConstant
str9
Type: SystemString
Extended Options String (format specific)
See Also