SbImageDataAccessorGetRow Method (IListDouble, Int32, Int32, Int32, Int32) |
Alternate method to OIV.ImageViz.SbImageDataAccessor.GetRow(OIV.Inventor.Devices.SoCpuBufferObject, System.Int32, System.Int32, System.Int32, System.Int32).
Namespace: OIV.ImageVizAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public bool GetRow(
IList<double> values,
int y,
int z,
int t,
int c
)
Public Function GetRow (
values As IList(Of Double),
y As Integer,
z As Integer,
t As Integer,
c As Integer
) As Boolean
public:
bool GetRow(
IList<double>^ values,
int y,
int z,
int t,
int c
)
member GetRow :
values : IList<float> *
y : int *
z : int *
t : int *
c : int -> bool
Parameters
- values
- Type: System.Collections.GenericIListDouble
- y
- Type: SystemInt32
- z
- Type: SystemInt32
- t
- Type: SystemInt32
- c
- Type: SystemInt32
Return Value
Type:
BooleanRemarks See Also