Click or drag to resize
SoLDMResourceManagerSetNumIO Method

Note: This API is now obsolete.

Sets how many loading threads to use if multiIO mode is on.

Namespace: OIV.LDM
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
[ObsoleteAttribute("Obsolete since Open Inventor 10.0.0.0. Use SoLDMGlobalResourceParameters::setNumIO(unsigned int) instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public static void SetNumIO(
	uint numIO
)

Parameters

numIO
Type: SystemUInt32
Remarks

Default is 4.

Caution note Caution

Obsolete since Open Inventor 10000. Use OIV.LDM.SoLDMGlobalResourceParameters.SetNumIO(System.UInt32) instead.

See Also