Click or drag to resize

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
Syntax
public void GetLastSampleAt(
	ref double value
)

public void GetLastSampleAt(
	ref double value
)

Parameters

value
Type: SystemDouble
Out-parameter containing the depth of the last sample in the traces.
See Also