Click or drag to resize
SoMFEnumEnumTypeGetValues 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.1.1.0 (2024.1.1)
Syntax
public SbNativeArray<int> GetValues(
	int start
)

Parameters

start
Type: SystemInt32

Return Value

Type: SbNativeArrayInt32
Remarks

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

See Also