Click or drag to resize
CPDF3DExport2D Method
Export a 2D map to a PDF file.

Available since Oasis montaj version: 8.5
License: Available to anyone.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Syntax
public static void Export2D(
	CGXNETCore gxNetShared,
	string input_map,
	string output_file,
	int create_layersin_pdf,
	int geospatial_pdf,
	int open_pdf
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
input_map
Type: SystemString
Input map file
output_file
Type: SystemString
Output PDF file
create_layersin_pdf
Type: SystemInt32
Create layers in PDF
geospatial_pdf
Type: SystemInt32
Geospatial PDF
open_pdf
Type: SystemInt32
Open PDF after export
See Also