 | CEMAPExportAllRaster Method |
Note: This API is now obsolete.
Export the entire Map to an external format without units.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntax[ObsoleteAttribute("Deprecated since unknown, ")]
public void ExportAllRaster(
string name,
double size_x,
double size_y,
int bits,
int dither,
string format,
string options
)
[ObsoleteAttribute("Deprecated since unknown, ")]
public void ExportAllRaster(
string name,
double size_x,
double size_y,
int bits,
int dither,
string format,
string options
)
<ObsoleteAttribute("Deprecated since unknown, ")>
Public Sub ExportAllRaster (
name As String,
size_x As Double,
size_y As Double,
bits As Integer,
dither As Integer,
format As String,
options As String
)
<ObsoleteAttribute("Deprecated since unknown, ")>
Public Sub ExportAllRaster (
name As String,
size_x As Double,
size_y As Double,
bits As Integer,
dither As Integer,
format As String,
options As String
)
public:
[ObsoleteAttribute(L"Deprecated since unknown, ")]
void ExportAllRaster(
String^ name,
double size_x,
double size_y,
int bits,
int dither,
String^ format,
String^ options
)
public:
[ObsoleteAttribute(L"Deprecated since unknown, ")]
void ExportAllRaster(
String^ name,
double size_x,
double size_y,
int bits,
int dither,
String^ format,
String^ options
)
[<ObsoleteAttribute("Deprecated since unknown, ")>]
member ExportAllRaster :
name : string *
size_x : float *
size_y : float *
bits : int *
dither : int *
format : string *
options : string -> unit
[<ObsoleteAttribute("Deprecated since unknown, ")>]
member ExportAllRaster :
name : string *
size_x : float *
size_y : float *
bits : int *
dither : int *
format : string *
options : string -> unit
Parameters
- name
- Type: SystemString
File Name To Export - size_x
- Type: SystemDouble
Number of Pixels in X (X or Y should be specified the other ) - size_y
- Type: SystemDouble
Number of Pixels in Y (should be 0 and computed by export) - bits
- Type: SystemInt32
EMAP_EXPORT_BITS - dither
- Type: SystemInt32
EMAP_EXPORT_METHOD - format
- Type: SystemString
EMAP_EXPORT_RASTER_FORMAT - options
- Type: SystemString
Extended Options String (format specific)
See Also