Click or drag to resize
SoMFVec4us.Set1Value Method (Int32, SbVec4us)

Note: This API is now obsolete.

Sets the index'th value in the array to newValue.

Namespace: OIV.Inventor.Fields
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Use Item property instead.")]
public void Set1Value(
	int index,
	SbVec4us newValue
)

Parameters

index
Type: System.Int32
newValue
Type: OIV.Inventor.SbVec4us
Remarks

The array will be automatically expanded, if necessary. In that case, if field's values are stored in an user data array, this array is no more used.

See Also