SoLDMResourceManagerSetTileHalfLife Method |
Note: This API is now obsolete.
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.
Namespace: OIV.LDM
[EditorBrowsableAttribute(EditorBrowsableState.Never)] [ObsoleteAttribute("See documentation for more details")] public void SetTileHalfLife( float timeInSec )
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.Obsoletesince Open Inventor 9610 Use SoLDMResourceParameters's field tileHalfLife instead.