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("See documentation for more details")] [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 9610 Use SoLDMGlobalResourceParameters.setLoadNotificationRate(int) instead.