Click or drag to resize
SoLDMResourceManagerSetLoadPolicy Method

Note: This API is now obsolete.

Sets loading behavior.

Namespace: OIV.LDM
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Obsolete since Open Inventor 10.0.0.0. Use SoLDMResourceParameters's field loadPolicy instead.")]
public void SetLoadPolicy(
	SoLDMResourceManagerLoadPolicies loadPolicy
)

Parameters

loadPolicy
Type: OIV.LDMSoLDMResourceManagerLoadPolicies
Remarks

Passing NO_USER_INTERACTION means the asynchronous loading thread will only load when the user does not interact with the scene (i.e., the application idles).

The loading occurs as long as there is something to load if ALWAYS is passed. No loading occurs if NEVER is passed. Default is NO_USER_INTERACTION.

Caution note Caution

Obsolete since Open Inventor 10000. Use OIV.LDM.Nodes.SoLDMResourceParameters's field loadPolicy instead.

See Also