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: 10.12.3.0 (10.12.3.0)
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