 | 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
Syntaxpublic int iGetCurMark(
ref double start,
ref double end,
ref double inc
)
public int iGetCurMark(
ref double start,
ref double end,
ref double inc
)
Public Function iGetCurMark (
ByRef start As Double,
ByRef end As Double,
ByRef inc As Double
) As Integer
Public Function iGetCurMark (
ByRef start As Double,
ByRef end As Double,
ByRef inc As Double
) As Integer
public:
int iGetCurMark(
double% start,
double% end,
double% inc
)
public:
int iGetCurMark(
double% start,
double% end,
double% inc
)
member iGetCurMark :
start : float byref *
end : float byref *
inc : float byref -> int
member iGetCurMark :
start : float byref *
end : float byref *
inc : float byref -> int
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