Click or drag to resize

CGUIGetDapData Method (CGXNETCore, 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,
	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,
	CIPJ ipj,
	CPLY ply,
	double min_x,
	double min_y,
	double max_x,
	double max_y,
	int client
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
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