Click or drag to resize
CEDBGetCurPoint Method
Returns the coordinates of the currently selected point in the database (first value if range selected)

Available since Oasis montaj version: 9.2
Limitations: May not be available if running outside of a Oasis Montaj or from a command line program.  
License: Available to anyone.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Syntax
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