Click or drag to resize

CEDBiGetCurMark Method

Returns the current data mark info.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.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: SystemDouble
Start fiducial
end
Type: SystemDouble
End fiducial
inc
Type: SystemDouble
Fiducial increment

Return Value

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