Click or drag to resize
SoLDMGlobalResourceParametersSetTileCacheType Method

Note: This API is now obsolete.

Specifies how LDM will cache tiles in memory.

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 static void SetTileCacheType(
	SoLDMGlobalResourceParametersTileCacheTypes cacheType
)

Parameters

cacheType
Type: OIV.LDMSoLDMGlobalResourceParametersTileCacheTypes
Remarks

Default is FULLRES_ONLY. See the TileCacheType enum description and the Memory Management section for more information. This setting is global and affects all volume data sets. Setting the SoPreferences variable LDM_USE_IN_MEM_COMPRESSION to false (zero) effectively sets the tile cache type to mode ALL.

Added in Open Inventor 8.5.Obsoletesince Open Inventor 9630 Moved to SoLDMResourceParameters in OIV 10.

See Also