SoLDMGlobalResourceParametersSetTileCacheType Method |
Note: This API is now obsolete.
Specifies how LDM will cache tiles in memory.
Namespace: OIV.LDMAssembly: 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
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("See documentation for more details")>
Public Shared Sub SetTileCacheType (
cacheType As SoLDMGlobalResourceParametersTileCacheTypes
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"See documentation for more details")]
static void SetTileCacheType(
SoLDMGlobalResourceParametersTileCacheTypes cacheType
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("See documentation for more details")>]
static member SetTileCacheType :
cacheType : SoLDMGlobalResourceParametersTileCacheTypes -> unit
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