Click or drag to resize
SoCpuBufferAsyncBasicPropertyRequestRefetch Method

Ask to initiate an ansynchronous load of the data if not already in memory.

Namespace: OIV.LDM.Tiles
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public virtual void RequestRefetch(
	SoBufferAsyncNotifierInterface asyncNotifier,
	double weight
)

Parameters

asyncNotifier
Type: OIV.LDM.TilesSoBufferAsyncNotifierInterface
weight
Type: SystemDouble
Remarks

Application must call asyncNotifier->resourceChangeNotify() In order to let LDM for example know that some new data are available.

See Also