Click or drag to resize
SoCacheAddCacheDependency Method

Adds a dependency of this instance on another cache instance.

Namespace: OIV.Inventor.Caches
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void AddCacheDependency(
	SoState state,
	SoCache cache
)

Parameters

state
Type: OIV.Inventor.MiscSoState
cache
Type: OIV.Inventor.CachesSoCache
Remarks

The default method takes care of adding dependencies from the child cache.

See Also