Click or drag to resize
SoMFKernel2i32GetValues Method

Returns a pointer into the array of values in the field, starting at index start.

Namespace: OIV.ImageViz.Fields
Assembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public SbKernel2i32 GetValues(
	int start
)

Parameters

start
Type: SystemInt32

Return Value

Type: SbKernel2i32
Remarks

The values are read-only. See the OIV.ImageViz.Fields.SoMFKernel2i32.StartEditing()/finishEditing() methods for a way of modifying values in place.

See Also