SoLDMResourceManagerSetLoadPolicy Method |
Note: This API is now obsolete.
Sets loading behavior.
Namespace: OIV.LDM
[EditorBrowsableAttribute(EditorBrowsableState.Never)] [ObsoleteAttribute("See documentation for more details")] public void SetLoadPolicy( SoLDMResourceManagerLoadPolicies loadPolicy )
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.Obsoletesince Open Inventor 9610 Use SoLDMResourceParameters's field loadPolicy instead.