Click or drag to resize
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.ImageViz
Assembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public bool GetRow(
	IList<double> values,
	int y,
	int z,
	int t,
	int c
)

Parameters

values
Type: System.Collections.GenericIListDouble
y
Type: SystemInt32
z
Type: SystemInt32
t
Type: SystemInt32
c
Type: SystemInt32

Return Value

Type: Boolean
Remarks