 | CMAP.ExportAllInView2 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: System.String
File Name To Export - view
- Type: System.String
View to export coordinates in - dpi
- Type: System.Double
Resolution in DPI (will override view resolution if not dummy, map page size will be used to determine pixel size of output) - minX
- Type: System.Double
Base view minimum X (mm) - minY
- Type: System.Double
Base view minimum Y (mm) - maxX
- Type: System.Double
Base view maximum X (mm) - maxY
- Type: System.Double
Base view maximum Y (mm) - bits
- Type: System.Int32
<define>MAP_EXPORT_BITS</define> - dither
- Type: System.Int32
<define>MAP_EXPORT_METHOD</define> - format
- Type: System.String
<define>MAP_EXPORT_FORMAT</define> - options
- Type: System.String
Extended Options String (format specific)
See Also