SoLDMGlobalResourceParametersLoadCallback Property |
Sets a delegateto be called with the tile loading state.
Namespace: OIV.LDMAssembly: OIV.LDM (in OIV.LDM.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static SoLDMGlobalResourceParametersLDMLoadCB LoadCallback { get; set; }
Public Shared Property LoadCallback As SoLDMGlobalResourceParametersLDMLoadCB
Get
Set
public:
static property SoLDMGlobalResourceParametersLDMLoadCB^ LoadCallback {
SoLDMGlobalResourceParametersLDMLoadCB^ get ();
void set (SoLDMGlobalResourceParametersLDMLoadCB^ value);
}
static member LoadCallback : SoLDMGlobalResourceParametersLDMLoadCB with get, set
Property Value
Type:
SoLDMGlobalResourceParametersLDMLoadCBRemarks 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