Click or drag to resize
SoMFEnumEnumTypeSet1Value Method (Int32, Int32)

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 Open Inventor 9000. Use Value property instead.")]
public void Set1Value(
	int index,
	int newValue
)

Parameters

index
Type: SystemInt32
newValue
Type: SystemInt32
Remarks

The array will be automatically expanded, if necessary.

See Also