Click or drag to resize
CMAPExportAreaRaster Method
Export an area of a 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 ExportAreaRaster(
	string str1,
	string str2,
	double d3,
	double d4,
	double d5,
	double d6,
	int i7,
	int i8,
	double d9,
	int i10,
	int i11,
	string str12,
	string str13
)

Parameters

str1
Type: SystemString
File Name To Export
str2
Type: SystemString
View to export coordinates in
d3
Type: SystemDouble
Area To Export Min X location in view units
d4
Type: SystemDouble
Area To Export Min Y location in view units
d5
Type: SystemDouble
Area To Export Max X location in view units
d6
Type: SystemDouble
Area To Export Max Y location in view units
i7
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)
i8
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)
d9
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)
i10
Type: SystemInt32
See MAP_EXPORT_BITSConstant
i11
Type: SystemInt32
See MAP_EXPORT_METHODConstant
str12
Type: SystemString
See MAP_EXPORT_RASTER_FORMATConstant
str13
Type: SystemString
Extended Options String (format specific)
See Also