SoVRSegyFileReaderSetCrosslineRange Method |
Sets the crossline range.
Namespace: OIV.VolumeViz.ReadersAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void SetCrosslineRange(
int from,
int to,
int step
)
Public Sub SetCrosslineRange (
from As Integer,
to As Integer,
step As Integer
)
public:
void SetCrosslineRange(
int from,
int to,
int step
)
member SetCrosslineRange :
from : int *
to : int *
step : int -> unit
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