Click or drag to resize
SoLDMResourceManagerSetTileHalfLife Method

Note: This API is now obsolete.

Namespace: OIV.LDM
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
[ObsoleteAttribute("Obsolete since Open Inventor 10.0.0.0. Use SoLDMResourceParameters's field tileHalfLife instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public void SetTileHalfLife(
	float timeInSec
)

Parameters

timeInSec
Type: SystemSingle
Remarks

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 note Caution

Obsolete since Open Inventor 10000. Use OIV.LDM.Nodes.SoLDMResourceParameters's field tileHalfLife instead.

See Also