 | CEDBSetCurMark Method |
Set the current mark.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void SetCurMark(
double start,
double end
)
public void SetCurMark(
double start,
double end
)
Public Sub SetCurMark (
start As Double,
end As Double
)
Public Sub SetCurMark (
start As Double,
end As Double
)
public:
void SetCurMark(
double start,
double end
)
public:
void SetCurMark(
double start,
double end
)
member SetCurMark :
start : float *
end : float -> unit
member SetCurMark :
start : float *
end : float -> unit
Parameters
- start
- Type: SystemDouble
Start fiducial - end
- Type: SystemDouble
End fiducial
See Also