 | CEMAPExportAreaInView Method |
Note: This API is now obsolete.
Export an area of a Map in view units to an external format.
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 ExportAreaInView(
string name,
string view,
double pix_size,
double min_x,
double min_y,
double max_x,
double max_y,
string format,
string options
)
[ObsoleteAttribute("Deprecated since unknown, ")]
public void ExportAreaInView(
string name,
string view,
double pix_size,
double min_x,
double min_y,
double max_x,
double max_y,
string format,
string options
)
<ObsoleteAttribute("Deprecated since unknown, ")>
Public Sub ExportAreaInView (
name As String,
view As String,
pix_size As Double,
min_x As Double,
min_y As Double,
max_x As Double,
max_y As Double,
format As String,
options As String
)
<ObsoleteAttribute("Deprecated since unknown, ")>
Public Sub ExportAreaInView (
name As String,
view As String,
pix_size As Double,
min_x As Double,
min_y As Double,
max_x As Double,
max_y As Double,
format As String,
options As String
)
public:
[ObsoleteAttribute(L"Deprecated since unknown, ")]
void ExportAreaInView(
String^ name,
String^ view,
double pix_size,
double min_x,
double min_y,
double max_x,
double max_y,
String^ format,
String^ options
)
public:
[ObsoleteAttribute(L"Deprecated since unknown, ")]
void ExportAreaInView(
String^ name,
String^ view,
double pix_size,
double min_x,
double min_y,
double max_x,
double max_y,
String^ format,
String^ options
)
[<ObsoleteAttribute("Deprecated since unknown, ")>]
member ExportAreaInView :
name : string *
view : string *
pix_size : float *
min_x : float *
min_y : float *
max_x : float *
max_y : float *
format : string *
options : string -> unit
[<ObsoleteAttribute("Deprecated since unknown, ")>]
member ExportAreaInView :
name : string *
view : string *
pix_size : float *
min_x : float *
min_y : float *
max_x : float *
max_y : float *
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 - min_x
- Type: SystemDouble
Area To Export Min X location in view units - min_y
- Type: SystemDouble
Area To Export Min Y location in view units - max_x
- Type: SystemDouble
Area To Export Max X location in view units - max_y
- Type: SystemDouble
Area To Export Max Y location in view units - format
- Type: SystemString
EMAP_EXPORT_FORMAT - options
- Type: SystemString
Extended Options String (format specific)
RemarksUses 24 bit color
See Also