Click or drag to resize
SoMFVec2sSet1Value Method (Int32, SbVec2s)

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.12.3.0 (10.12.3.0)
Syntax
[ObsoleteAttribute("Obsolete since OpenInventor 9000. Use Item property instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public void Set1Value(
	int index,
	SbVec2s newValue
)

Parameters

index
Type: SystemInt32
newValue
Type: OIV.InventorSbVec2s
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