Click or drag to resize
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
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("See documentation for more details")]
public void SetTileHalfLife(
	float timeInSec
)

Parameters

timeInSec
Type: SystemSingle
Remarks

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.

See Also