SoLDMTileManagerRequestRefetch Method |
Launch asynchronous request for async buffer attached to this ID.
This allow to manage data that implement SoBufferAsyncInterface.
Namespace: OIV.LDMAssembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic virtual bool RequestRefetch(
SoLDMTileID tileID,
double weight
)
Public Overridable Function RequestRefetch (
tileID As SoLDMTileID,
weight As Double
) As Boolean
public:
virtual bool RequestRefetch(
SoLDMTileID tileID,
double weight
)
abstract RequestRefetch :
tileID : SoLDMTileID *
weight : float -> bool
override RequestRefetch :
tileID : SoLDMTileID *
weight : float -> bool
Parameters
- tileID
- Type: OIV.LDMSoLDMTileID
- weight
- Type: SystemDouble
Return Value
Type:
Boolean
See Also