 | CGUIGetDapData Method (CGXNETCore, IWin32Window, CIPJ, CPLY, Double, Double, Double, Double, Int32) |
Note: This API is now obsolete.
Allow the user find DAP data.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntax[ObsoleteAttribute("Deprecated since unknown, ")]
public static void GetDapData(
CGXNETCore gxNetShared,
IWin32Window owner,
CIPJ ipj,
CPLY ply,
double min_x,
double min_y,
double max_x,
double max_y,
int client
)
[ObsoleteAttribute("Deprecated since unknown, ")]
public static void GetDapData(
CGXNETCore gxNetShared,
IWin32Window owner,
CIPJ ipj,
CPLY ply,
double min_x,
double min_y,
double max_x,
double max_y,
int client
)
<ObsoleteAttribute("Deprecated since unknown, ")>
Public Shared Sub GetDapData (
gxNetShared As CGXNETCore,
owner As IWin32Window,
ipj As CIPJ,
ply As CPLY,
min_x As Double,
min_y As Double,
max_x As Double,
max_y As Double,
client As Integer
)
<ObsoleteAttribute("Deprecated since unknown, ")>
Public Shared Sub GetDapData (
gxNetShared As CGXNETCore,
owner As IWin32Window,
ipj As CIPJ,
ply As CPLY,
min_x As Double,
min_y As Double,
max_x As Double,
max_y As Double,
client As Integer
)
public:
[ObsoleteAttribute(L"Deprecated since unknown, ")]
static void GetDapData(
CGXNETCore^ gxNetShared,
IWin32Window^ owner,
CIPJ^ ipj,
CPLY^ ply,
double min_x,
double min_y,
double max_x,
double max_y,
int client
)
public:
[ObsoleteAttribute(L"Deprecated since unknown, ")]
static void GetDapData(
CGXNETCore^ gxNetShared,
IWin32Window^ owner,
CIPJ^ ipj,
CPLY^ ply,
double min_x,
double min_y,
double max_x,
double max_y,
int client
)
[<ObsoleteAttribute("Deprecated since unknown, ")>]
static member GetDapData :
gxNetShared : CGXNETCore *
owner : IWin32Window *
ipj : CIPJ *
ply : CPLY *
min_x : float *
min_y : float *
max_x : float *
max_y : float *
client : int -> unit
[<ObsoleteAttribute("Deprecated since unknown, ")>]
static member GetDapData :
gxNetShared : CGXNETCore *
owner : IWin32Window *
ipj : CIPJ *
ply : CPLY *
min_x : float *
min_y : float *
max_x : float *
max_y : float *
client : int -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - owner
- Type: System.Windows.FormsIWin32Window
The IWin32Window the message box will display in front of. - ipj
- Type: GeoEngine.Core.GXNetXCIPJ
Projection of area of interest - ply
- Type: GeoEngine.Core.GXNetXCPLY
If exact clipping is needed, supply the PLY. If the server is able, it will do exact clipping on this region. Can be NULL (0). - min_x
- Type: SystemDouble
Min X - min_y
- Type: SystemDouble
Min Y - max_x
- Type: SystemDouble
Max X - max_y
- Type: SystemDouble
Max Y - client
- Type: SystemInt32
DAP_CLIENT
See Also