SbImageDataAccessorSetRow Method (IListDouble, Int32, Int32, Int32) |
Calls SetRow(values, y, z, t, System.Int32(0)).
Namespace: OIV.ImageVizAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public bool SetRow(
IList<double> values,
int y,
int z,
int t
)
Public Function SetRow (
values As IList(Of Double),
y As Integer,
z As Integer,
t As Integer
) As Boolean
public:
bool SetRow(
IList<double>^ values,
int y,
int z,
int t
)
member SetRow :
values : IList<float> *
y : int *
z : int *
t : int -> bool
Parameters
- values
- Type: System.Collections.GenericIListDouble
- y
- Type: SystemInt32
- z
- Type: SystemInt32
- t
- Type: SystemInt32
Return Value
Type:
BooleanRemarks See Also