Click or drag to resize
SoLDMGlobalResourceParametersLoadCallback Property

Sets a delegateto be called with the tile loading state.

Namespace: OIV.LDM
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public static SoLDMGlobalResourceParametersLDMLoadCB LoadCallback { get; set; }

Property Value

Type: SoLDMGlobalResourceParametersLDMLoadCB
Remarks

The delegateis called with true when the process starts loading tiles. And with false when loading is complete, in other words when LDM has the best possible set of tiles in memory for the current render nodes, viewpoint, etc.

NOTE: This feature is available with VolumeVizLDM only.

See Also