SoNodeDependenciesIsValid Method |
Returns true if the cache is valid for the given state.
Namespace: OIV.Inventor.CachesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public bool IsValid(
SoState state
)
Public Function IsValid (
state As SoState
) As Boolean
public:
bool IsValid(
SoState^ state
)
member IsValid :
state : SoState -> bool
Parameters
- state
- Type: OIV.Inventor.MiscSoState
Return Value
Type:
BooleanRemarks See Also