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: 9.9.36.0 (9.9.36.0)
Syntax
[ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public static void SetNumIO(
	uint numIO
)

Parameters

numIO
Type: SystemUInt32
Remarks

Default is 4.Obsoletesince Open Inventor 9610 Use SoLDMGlobalResourceParameters.setNumIO(unsigned int) instead.

See Also