| SoFullSceneAntialiasingElementGetInstance Method  | 
Returns the top (current) instance of the element in the state. 
 
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic static SoFullSceneAntialiasingElement GetInstance(
	SoState state
)
Public Shared Function GetInstance ( 
	state As SoState
) As SoFullSceneAntialiasingElement
public:
static SoFullSceneAntialiasingElement^ GetInstance(
	SoState^ state
)
static member GetInstance : 
        state : SoState -> SoFullSceneAntialiasingElement 
Parameters
- state
 - Type: OIV.Inventor.MiscSoState
 
Return Value
Type: 
SoFullSceneAntialiasingElement
RemarksNote it does NOT cause cache dependency! It also casts away the const. 
See Also