SoCacheAddCacheDependency Method |
Adds a dependency of this instance on another cache instance.
Namespace: OIV.Inventor.CachesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void AddCacheDependency(
SoState state,
SoCache cache
)
Public Sub AddCacheDependency (
state As SoState,
cache As SoCache
)
public:
void AddCacheDependency(
SoState^ state,
SoCache^ cache
)
member AddCacheDependency :
state : SoState *
cache : SoCache -> unit
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