 | CMAPExportAllInView Method |
Export the entire map in view units to an external format. View and Group names are removed and plane spatial coordinates will be in the units of the map.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void ExportAllInView(
string name,
string view,
double pix_size,
double dpi,
int bits,
int dither,
string format,
string options
)
public void ExportAllInView(
string name,
string view,
double pix_size,
double dpi,
int bits,
int dither,
string format,
string options
)
Public Sub ExportAllInView (
name As String,
view As String,
pix_size As Double,
dpi As Double,
bits As Integer,
dither As Integer,
format As String,
options As String
)
Public Sub ExportAllInView (
name As String,
view As String,
pix_size As Double,
dpi As Double,
bits As Integer,
dither As Integer,
format As String,
options As String
)
public:
void ExportAllInView(
String^ name,
String^ view,
double pix_size,
double dpi,
int bits,
int dither,
String^ format,
String^ options
)
public:
void ExportAllInView(
String^ name,
String^ view,
double pix_size,
double dpi,
int bits,
int dither,
String^ format,
String^ options
)
member ExportAllInView :
name : string *
view : string *
pix_size : float *
dpi : float *
bits : int *
dither : int *
format : string *
options : string -> unit
member ExportAllInView :
name : string *
view : string *
pix_size : float *
dpi : float *
bits : int *
dither : int *
format : string *
options : string -> unit
Parameters
- name
- Type: SystemString
File Name To Export - view
- Type: SystemString
View to export coordinates in - pix_size
- Type: SystemDouble
Resolution in view units of one pixel (or dummy, will be used if DPI is dummy) - dpi
- Type: SystemDouble
Resolution in DPI (will override view resolution if not dummy, map page size will be used to determine pixel size of output) - bits
- Type: SystemInt32
<define>MAP_EXPORT_BITS</define> - dither
- Type: SystemInt32
<define>MAP_EXPORT_METHOD</define> - format
- Type: SystemString
<define>MAP_EXPORT_FORMAT</define> - options
- Type: SystemString
Extended Options String (format specific)
See Also