 | CMAPExportAllInView2 Method |
Same as ExportAllInView_MAP, but preset the range in X and Y to export (mm)
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void ExportAllInView2(
string name,
string view,
double dpi,
double minX,
double minY,
double maxX,
double maxY,
int bits,
int dither,
string format,
string options
)
public void ExportAllInView2(
string name,
string view,
double dpi,
double minX,
double minY,
double maxX,
double maxY,
int bits,
int dither,
string format,
string options
)
Public Sub ExportAllInView2 (
name As String,
view As String,
dpi As Double,
minX As Double,
minY As Double,
maxX As Double,
maxY As Double,
bits As Integer,
dither As Integer,
format As String,
options As String
)
Public Sub ExportAllInView2 (
name As String,
view As String,
dpi As Double,
minX As Double,
minY As Double,
maxX As Double,
maxY As Double,
bits As Integer,
dither As Integer,
format As String,
options As String
)
public:
void ExportAllInView2(
String^ name,
String^ view,
double dpi,
double minX,
double minY,
double maxX,
double maxY,
int bits,
int dither,
String^ format,
String^ options
)
public:
void ExportAllInView2(
String^ name,
String^ view,
double dpi,
double minX,
double minY,
double maxX,
double maxY,
int bits,
int dither,
String^ format,
String^ options
)
member ExportAllInView2 :
name : string *
view : string *
dpi : float *
minX : float *
minY : float *
maxX : float *
maxY : float *
bits : int *
dither : int *
format : string *
options : string -> unit
member ExportAllInView2 :
name : string *
view : string *
dpi : float *
minX : float *
minY : float *
maxX : float *
maxY : 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 - 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) - minX
- Type: SystemDouble
Base view minimum X (mm) - minY
- Type: SystemDouble
Base view minimum Y (mm) - maxX
- Type: SystemDouble
Base view maximum X (mm) - maxY
- Type: SystemDouble
Base view maximum Y (mm) - 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