Click or drag to resize
SoWinGLWidgetIsFullSceneAntialiasingEnabled Method

Note: This API is now obsolete.

Returns true, if full-scene antialiasing (FSAA) is enabled.

Namespace: OIV.Inventor.Win
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("See documentation for more details")]
public bool IsFullSceneAntialiasingEnabled()

Return Value

Type: Boolean
Remarks

Obsoletesince Open Inventor 9100 Use getAntialiasingMode() or getAntialiasingParameters() to get this information.

See Also