Click or drag to resize

CEDB.iGetCurMark Method

Returns the current data mark info.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public int iGetCurMark(
	ref double start,
	ref double end,
	ref double inc
)

public int iGetCurMark(
	ref double start,
	ref double end,
	ref double inc
)

Parameters

start
Type: System.Double
Start fiducial
end
Type: System.Double
End fiducial
inc
Type: System.Double
Fiducial increment

Return Value

Type: Int32
0 - if data is marked. 1 - if data is not currently marked.
See Also