 | CGUIGetDapData Method (CIPJ, CPLY, Double, Double, Double, Double, Int32) |
Note: This API is now obsolete.
Allow the user find DAP data.
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 GetDapData(
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(
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 (
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 (
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(
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(
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 :
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 :
ipj : CIPJ *
ply : CPLY *
min_x : float *
min_y : float *
max_x : float *
max_y : float *
client : int -> unit
Parameters
- ipj
- Type: GeoEngine.Core.GXNetCIPJ
Projection of area of interest - ply
- Type: GeoEngine.Core.GXNetCPLY
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