 | 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
Syntaxpublic void GetCurPoint(
ref double x,
ref double y,
ref double z
)
public void GetCurPoint(
ref double x,
ref double y,
ref double z
)
Public Sub GetCurPoint (
ByRef x As Double,
ByRef y As Double,
ByRef z As Double
)
Public Sub GetCurPoint (
ByRef x As Double,
ByRef y As Double,
ByRef z As Double
)
public:
void GetCurPoint(
double% x,
double% y,
double% z
)
public:
void GetCurPoint(
double% x,
double% y,
double% z
)
member GetCurPoint :
x : float byref *
y : float byref *
z : float byref -> unit
member GetCurPoint :
x : float byref *
y : float byref *
z : float byref -> unit
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