Click or drag to resize
SoMFVec2f.SetValues Method (Int32,SbVec2f[])

Sets num values starting at index start to the values.

Namespace: OIV.Inventor.Fields
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax
public virtual void SetValues(
	int start,
	SbVec2f[] newValues
)

Parameters

start
Type: System.Int32
newValues
Type:OIV.Inventor.SbVec2f[]

Implements

ISoMField<ValueType>.SetValues(Int32,ValueType[])
Remarks

in newValues. The array will automatically be made larger to accommodate the new values, if necessary. In that case, if field's values are stored in an user data array, this array is no more used.

See Also