SoVRSegyFileReaderGetZRange Method |
Gets the Z (time axis range.
Namespace: OIV.VolumeViz.ReadersAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2024.2.0.0 (2024.2.0)
Syntax public virtual void GetZRange(
out int from,
out int to,
out int step
)
Public Overridable Sub GetZRange (
<OutAttribute> ByRef from As Integer,
<OutAttribute> ByRef to As Integer,
<OutAttribute> ByRef step As Integer
)
public:
virtual void GetZRange(
[OutAttribute] int% from,
[OutAttribute] int% to,
[OutAttribute] int% step
)
abstract GetZRange :
from : int byref *
to : int byref *
step : int byref -> unit
override GetZRange :
from : int byref *
to : int byref *
step : int byref -> unit
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 OIV.VolumeViz.Readers.SoVRSegyFileReader.SetZRange(System.Int32, System.Int32, System.Int32) are returned.
See Also