Click or drag to resize
CSYSiRunPDF Method
Run a PDF.

Available since Oasis montaj version: 5.0
License: Available to anyone with an Oasis Montaj license.  
Limitations: May not be available if running outside of a Oasis Montaj or from a command line program.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
The group name of the PDF variables will be "group_pdf", where "group" is the name given in the first argument, and "pdf" is the root PDF file name.
Syntax
public static int iRunPDF(
	CGXNETCore gxNetShared,
	string mnu,
	string pdf
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
mnu
Type: SystemString
Group name, can be "".
pdf
Type: SystemString
PDF name (.pdf assumed)

Return Value

Type: Int32
Exit status of the task, 0 usually means success.
See Also