Click or drag to resize
SoMFVec4ubGetValues Method

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

Namespace: OIV.Inventor.Fields
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax
public SbNativeArray<SbVec4ub> GetValues(
	int start
)

Parameters

start
Type: SystemInt32

Return Value

Type: SbNativeArraySbVec4ub
Remarks

The values are read-only. See the OIV.Inventor.Fields.SoMFVec4ub.StartEditing()/finishEditing() methods for a way of modifying values in place. [OIVJAVA-WRAPPER HELPER_BEGIN{if (OIV.Inventor.Fields.SoMField.GetNum() == 0) return null; if ((start < 0) || (start >= OIV.Inventor.Fields.SoMField.GetNum())) throw new IndexOutOfBoundsException("Index "+start+" is out of range [0,"+getNum()+"[");}]

See Also