SoVRSegyFileReaderGetCrosslineRange Method |
Gets the crossline range.
Namespace: OIV.VolumeViz.ReadersAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic void GetCrosslineRange(
out int from,
out int to,
out int step
)
Public Sub GetCrosslineRange (
<OutAttribute> ByRef from As Integer,
<OutAttribute> ByRef to As Integer,
<OutAttribute> ByRef step As Integer
)
public:
void GetCrosslineRange(
[OutAttribute] int% from,
[OutAttribute] int% to,
[OutAttribute] int% step
)
member GetCrosslineRange :
from : int byref *
to : int byref *
step : int byref -> unit
Parameters
- from
- Type: SystemInt32
- to
- Type: SystemInt32
- step
- Type: SystemInt32
RemarksThis method returns the actual values from the file if the corresponding set method has not been called previously. Otherwise, the values previously specified with setCrosslineRange are returned.
See Also