SoNodeDependenciesUpdateCache Method |
Update cache according to given state.
Namespace: OIV.Inventor.CachesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void UpdateCache(
SoState state
)
Public Sub UpdateCache (
state As SoState
)
public:
void UpdateCache(
SoState^ state
)
member UpdateCache :
state : SoState -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
Remarks After this call, the cache will be valid.
See Also