Click or drag to resize

CSYSiRunPDF Method

Run a PDF.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static int iRunPDF(
	CGXNETCore gxNetShared,
	string mnu,
	string pdf
)

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: -1 cancelled 0 success 1 ended with an error.
Remarks
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.
See Also