Click or drag to resize
SoMFKernel2i32Set1Value Method

Note: This API is now obsolete.

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

Namespace: OIV.ImageViz.Fields
Assembly: OIV.ImageViz (in OIV.ImageViz.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,
	SbKernel2i32 newValue
)

Parameters

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