SoLDMResourceManagerSetLoadNotificationRate Method |
Note: This API is now obsolete.
When rate tiles have been loaded in main memory, a redraw will be scheduled.
Namespace: OIV.LDM
[ObsoleteAttribute("Use OIV.LDM.SoLDMGlobalResourceParameters.SetLoadNotificationRate(System.Int32) instead.")] [EditorBrowsableAttribute(EditorBrowsableState.Never)] public static void SetLoadNotificationRate( int rate )
The default is 50 tiles, which means, for example, if tileSize is 64x64x64, the system will be notified that new data has arrived every 13MB.Obsoletesince Open Inventor 10000. Use OIV.LDM.SoLDMGlobalResourceParameters.SetLoadNotificationRate(System.Int32) instead.