SoVRSegyFileReaderSetZRange Method |
Sets the Z (time axis) range.
Namespace: OIV.VolumeViz.ReadersAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public 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
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.GetZRange(System.Int32@, System.Int32@, System.Int32@).
See Also