Click or drag to resize
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
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
[ObsoleteAttribute("Obsolete since Open Inventor 10.0.0.0. Use SoLDMGlobalResourceParameters::setLoadNotificationRate(int) instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public static void SetLoadNotificationRate(
	int rate
)

Parameters

rate
Type: SystemInt32
Remarks

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.

Caution note Caution

Obsolete since Open Inventor 10000. Use OIV.LDM.SoLDMGlobalResourceParameters.SetLoadNotificationRate(System.Int32) instead.

See Also