Click or drag to resize
SoLDMGlobalResourceParametersSetLDMLoadCB Method (SoLDMGlobalResourceParametersLDMLoadCB)

Note: This API is now obsolete.

Use LoadCallback property instead. Sets a delegate to be invoked with the loading state. The delegate is invoked with true when the process starts loading, and with false when loading is complete. NOTE: This feature is available with VolumeVizLDM only.

Namespace: OIV.LDM
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Use LoadCallback property instead.")]
public static void SetLDMLoadCB(
	SoLDMGlobalResourceParametersLDMLoadCB cb
)

Parameters

cb
Type: OIV.LDMSoLDMGlobalResourceParametersLDMLoadCB
See Also