SbProjectionCoordinatesCacheIsValid Method |
Return whether the cache is valid or not.
Namespace: OIV.Inventor.ProjectionAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public 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:
BooleanRemarks See Also