Click or drag to resize
SoMFieldSetNum Method

Note: This API is now obsolete.

Forces this field to have exactly num values, inserting or deleting values as necessary.

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.3.0.0. Use Count property instead.")]
public void SetNum(
	int num
)

Parameters

num
Type: SystemInt32
Remarks

If field's values are stored in an user data array and if specified number of values is different from this array's length, a new array is allocated and the user's one is no more used.

See Also