 | CSEGYREADERGetLastSampleAt Method |
Returns the depth of the last sample in the traces, in the units specified by `SetZUnits()`
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void GetLastSampleAt(
ref double value
)
public void GetLastSampleAt(
ref double value
)
Public Sub GetLastSampleAt (
ByRef value As Double
)
Public Sub GetLastSampleAt (
ByRef value As Double
)
public:
void GetLastSampleAt(
double% value
)
public:
void GetLastSampleAt(
double% value
)
member GetLastSampleAt :
value : float byref -> unit
member GetLastSampleAt :
value : float byref -> unit
Parameters
- value
- Type: SystemDouble
Out-parameter containing the depth of the last sample in the traces.
See Also