Click or drag to resize
SoBufferAsyncNotifierInterfaceRefetchNotify Method

Notify an object that a buffer implementing SoBufferAsyncInterface has change its state.

Namespace: OIV.LDM.Tiles
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public bool RefetchNotify()

Return Value

Type: Boolean

true if the notification is taken in account, false otherwise (if the object to notify does not exist anymore for example)

Remarks

It allows for example to let LDM know that some new data are now available.

See Also