Click or drag to resize
SoVRSegyFileReaderGetZRange Method

Gets the Z (time axis range.

Namespace: OIV.VolumeViz.Readers
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public void GetZRange(
	out int from,
	out int to,
	out int step
)

Parameters

from
Type: SystemInt32
to
Type: SystemInt32
step
Type: SystemInt32
Remarks

This method returns the actual values from the file if the corresponding set method has not been called previously. Otherwise, the values previously specified with setZRange are returned.

See Also