| SoLDMGlobalResourceParametersLDMLoadCB Delegate | 
Loading callback for LDM mode. 
 
Namespace: OIV.LDMAssembly: OIV.LDM (in OIV.LDM.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic delegate void LDMLoadCB(
	bool startLoading
)
Public Delegate Sub LDMLoadCB ( 
	startLoading As Boolean
)
public delegate void LDMLoadCB(
	bool startLoading
)
type LDMLoadCB = 
    delegate of 
        startLoading : bool -> unitParameters
- startLoading
 - Type: SystemBoolean
 
RemarksCalled with true means the process starts loading. false means the process is done loading.
See Also