Click or drag to resize

CEDBGetCurPoint Method

Returns the coordinates of the currently selected point in the database (first value if range selected)

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void GetCurPoint(
	ref double x,
	ref double y,
	ref double z
)

public void GetCurPoint(
	ref double x,
	ref double y,
	ref double z
)

Parameters

x
Type: SystemDouble
X coordinate (dummy if no selection or if no X channel defined)
y
Type: SystemDouble
Y coordinate (dummy if no selection or if no Y channel defined)
z
Type: SystemDouble
Z coordinate (dummy if no selection or if no Z channel defined)
See Also