 | CEMAPExportAllInView Method |
Note: This API is now obsolete.
Export the entire 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 ExportAllInView(
string name,
string view,
double pix_size,
string format,
string options
)
[ObsoleteAttribute("Deprecated since unknown, ")]
public void ExportAllInView(
string name,
string view,
double pix_size,
string format,
string options
)
<ObsoleteAttribute("Deprecated since unknown, ")>
Public Sub ExportAllInView (
name As String,
view As String,
pix_size As Double,
format As String,
options As String
)
<ObsoleteAttribute("Deprecated since unknown, ")>
Public Sub ExportAllInView (
name As String,
view As String,
pix_size As Double,
format As String,
options As String
)
public:
[ObsoleteAttribute(L"Deprecated since unknown, ")]
void ExportAllInView(
String^ name,
String^ view,
double pix_size,
String^ format,
String^ options
)
public:
[ObsoleteAttribute(L"Deprecated since unknown, ")]
void ExportAllInView(
String^ name,
String^ view,
double pix_size,
String^ format,
String^ options
)
[<ObsoleteAttribute("Deprecated since unknown, ")>]
member ExportAllInView :
name : string *
view : string *
pix_size : float *
format : string *
options : string -> unit
[<ObsoleteAttribute("Deprecated since unknown, ")>]
member ExportAllInView :
name : string *
view : string *
pix_size : 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 - format
- Type: SystemString
EMAP_EXPORT_FORMAT - options
- Type: SystemString
Extended Options String (format specific)
RemarksUses 24 bit color
See Also