SoVRSegyFileReaderSetZRange Method |
Sets the Z (time axis) range.
Namespace: OIV.VolumeViz.ReadersAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic void SetZRange(
int from,
int to,
int step
)
Public Sub SetZRange (
from As Integer,
to As Integer,
step As Integer
)
public:
void SetZRange(
int from,
int to,
int step
)
member SetZRange :
from : int *
to : int *
step : int -> unit
Parameters
- from
- Type: SystemInt32
- to
- Type: SystemInt32
- step
- Type: SystemInt32
RemarksNote 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 getZRange().
See Also