SoCacheGetInvalidElement Method |
Assuming isValid() returns false, this will return the first state element that is invalid (auto-caching uses this in its heuristic).
Namespace: OIV.Inventor.CachesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoElement GetInvalidElement(
SoState state
)
Public Function GetInvalidElement (
state As SoState
) As SoElement
public:
SoElement^ GetInvalidElement(
SoState^ state
)
member GetInvalidElement :
state : SoState -> SoElement
Parameters
- state
- Type: OIV.Inventor.MiscSoState
Return Value
Type:
SoElement
RemarksReturns NULL if the cache is not invalid because of an element or if the cache is valid.
See Also