SoLDMResourceManagerSetTileHalfLife Method |
Note: This API is now obsolete.
Namespace: OIV.LDM
[EditorBrowsableAttribute(EditorBrowsableState.Never)] [ObsoleteAttribute("Obsolete since Open Inventor 10000. Use SoLDMResourceParameters's field tileHalfLife instead.")] public void SetTileHalfLife( float timeInSec )
When using getData functions from #SoDataSet.SoLDMDataAccess, once a tile is unlocked by the application (call to #SoDataSet.SoLDMDataAccess.releaseData), its weight will decrease until the tile is weighted again by LDM. This function allows you to set how long it takes for the tile for its weight to be divided by 2 (initial weight is 1). Default is 2 seconds. The tile weight will be set to 0 when the weight becomes less than 0.05.
Caution |
---|
Obsolete since Open Inventor 10000. Use OIV.LDM.Nodes.SoLDMResourceParameters's field tileHalfLife instead. |