 | CSYSiRunPDF Method |
Run a PDF.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static int iRunPDF(
CGXNETCore gxNetShared,
string mnu,
string pdf
)
public static int iRunPDF(
CGXNETCore gxNetShared,
string mnu,
string pdf
)
Public Shared Function iRunPDF (
gxNetShared As CGXNETCore,
mnu As String,
pdf As String
) As Integer
Public Shared Function iRunPDF (
gxNetShared As CGXNETCore,
mnu As String,
pdf As String
) As Integer
public:
static int iRunPDF(
CGXNETCore^ gxNetShared,
String^ mnu,
String^ pdf
)
public:
static int iRunPDF(
CGXNETCore^ gxNetShared,
String^ mnu,
String^ pdf
)
static member iRunPDF :
gxNetShared : CGXNETCore *
mnu : string *
pdf : string -> int
static member iRunPDF :
gxNetShared : CGXNETCore *
mnu : string *
pdf : string -> int
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