Click or drag to resize
SoMFVec2i32.GetValues 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: 2024.2.2.0 (10.16.2.0)
Syntax
public virtual SbNativeArray<SbVec2i32> GetValues(
	int start
)

Parameters

start
Type: System.Int32

Return Value

Type: SbNativeArray<SbVec2i32>

Implements

ISoMField<ValueType>.GetValues(Int32)
Remarks

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

See Also