| SoTextureQualityElementIsSetInState Method  | 
Returns true if element has been set in set. 
 
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic static bool IsSetInState(
	SoState state
)
Public Shared Function IsSetInState ( 
	state As SoState
) As Boolean
public:
static bool IsSetInState(
	SoState^ state
)
static member IsSetInState : 
        state : SoState -> bool 
Parameters
- state
 - Type: OIV.Inventor.MiscSoState
 
Return Value
Type: 
Boolean
Remarks
See Also