Click or drag to resize
SoVRSegyFileReaderSetCrosslineRange Method

Sets the crossline range.

Namespace: OIV.VolumeViz.Readers
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public virtual void SetCrosslineRange(
	int from,
	int to,
	int step
)

Parameters

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

Note that this setting does not limit the amount of data read from the file (although a subclass could do that). It just specifies the range values that will be returned by OIV.VolumeViz.Readers.SoVRSegyFileReader.GetCrosslineRange(System.Int32@, System.Int32@, System.Int32@).

See Also