 | CGUIQueryIPJ Method (IWin32Window, CIPJ) |
Note: This API is now obsolete.
Display the IPJ wizard.
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2025.1.0.25
Syntax[ObsoleteAttribute("Deprecated since unknown, ")]
public static void QueryIPJ(
IWin32Window owner,
CIPJ ipj
)
[ObsoleteAttribute("Deprecated since unknown, ")]
public static void QueryIPJ(
IWin32Window owner,
CIPJ ipj
)
<ObsoleteAttribute("Deprecated since unknown, ")>
Public Shared Sub QueryIPJ (
owner As IWin32Window,
ipj As CIPJ
)
<ObsoleteAttribute("Deprecated since unknown, ")>
Public Shared Sub QueryIPJ (
owner As IWin32Window,
ipj As CIPJ
)
public:
[ObsoleteAttribute(L"Deprecated since unknown, ")]
static void QueryIPJ(
IWin32Window^ owner,
CIPJ^ ipj
)
public:
[ObsoleteAttribute(L"Deprecated since unknown, ")]
static void QueryIPJ(
IWin32Window^ owner,
CIPJ^ ipj
)
[<ObsoleteAttribute("Deprecated since unknown, ")>]
static member QueryIPJ :
owner : IWin32Window *
ipj : CIPJ -> unit
[<ObsoleteAttribute("Deprecated since unknown, ")>]
static member QueryIPJ :
owner : IWin32Window *
ipj : CIPJ -> unit
Parameters
- owner
- Type: System.Windows.FormsIWin32Window
The IWin32Window the message box will display in front of. - ipj
- Type: GeoEngine.Core.GXNetCIPJ
Current IPJ
See Also