Click or drag to resize
SoLDMGlobalResourceParametersSetMonitoringCB Method

Sets a monitoring delegate.

Namespace: OIV.LDM
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public static void SetMonitoringCB(
	SoLDMGlobalResourceParametersLDMMonitoringCB func,
	int memAmount
)

Parameters

func
Type: OIV.LDMSoLDMGlobalResourceParametersLDMMonitoringCB
memAmount
Type: SystemInt32
Remarks

This provides a snapshot of the tile loading performance. The delegatewill be called each time memAmount MB of data have been loaded, with the amount of data and the amount of time elapsed to load that data.

NOTE: This feature is available with VolumeVizLDM only.

See Also