| SoFullSceneAntialiasingElementSet Method  | 
Sets the current Full-Scene Antialising attributes in the state. 
 
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic static void Set(
	SoState state,
	bool on,
	bool currOn,
	int filter
)
Public Shared Sub Set ( 
	state As SoState,
	on As Boolean,
	currOn As Boolean,
	filter As Integer
)
public:
static void Set(
	SoState^ state, 
	bool on, 
	bool currOn, 
	int filter
)
static member Set : 
        state : SoState * 
        on : bool * 
        currOn : bool * 
        filter : int -> unit 
Parameters
- state
 - Type: OIV.Inventor.MiscSoState
 - on
 - Type: SystemBoolean
 - currOn
 - Type: SystemBoolean
 - filter
 - Type: SystemInt32
 
Remarks
See Also