| SbProjectionCoordinatesCacheIsValid Method  | 
Return whether the cache is valid or not. 
 
Namespace: OIV.Inventor.ProjectionAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntaxpublic bool CacheIsValid(
	SoNode node
)
Public Function CacheIsValid ( 
	node As SoNode
) As Boolean
public:
bool CacheIsValid(
	SoNode^ node
)
member CacheIsValid : 
        node : SoNode -> bool 
Parameters
- node
 - Type: OIV.Inventor.NodesSoNode
 
Return Value
Type: 
Boolean
Remarks
See Also