Click or drag to resize
SoMFUniformShaderParameterSet1Value Method

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: 2024.1.1.0 (2024.1.1)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Obsolete since OpenInventor 9.0.0.0. Use Item property instead.")]
public void Set1Value(
	int index,
	SoUniformShaderParameter newValue
)

Parameters

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