SbImageDataAccessorGetRow Method (SoCpuBufferObject, Int32, Int32) |
Calls GetRow(values, y, z, System.Int32(0), System.Int32(0)).
Namespace: OIV.ImageVizAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public bool GetRow(
SoCpuBufferObject values,
int y,
int z
)
Public Function GetRow (
values As SoCpuBufferObject,
y As Integer,
z As Integer
) As Boolean
public:
bool GetRow(
SoCpuBufferObject^ values,
int y,
int z
)
member GetRow :
values : SoCpuBufferObject *
y : int *
z : int -> bool
Parameters
- values
- Type: OIV.Inventor.DevicesSoCpuBufferObject
- y
- Type: SystemInt32
- z
- Type: SystemInt32
Return Value
Type:
BooleanRemarks See Also