SoCacheIsValid Method (SoState, SoElement) |
Return is the given element is valid True if the element is not monitored.
Namespace: OIV.Inventor.CachesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public bool IsValid(
SoState state,
SoElement elf
)
Public Function IsValid (
state As SoState,
elf As SoElement
) As Boolean
public:
bool IsValid(
SoState^ state,
SoElement^ elf
)
member IsValid :
state : SoState *
elf : SoElement -> bool
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- elf
- Type: OIV.Inventor.ElementsSoElement
Return Value
Type:
BooleanRemarks See Also