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: 10.12.3.0 (10.12.3.0)
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