Click or drag to resize
SoWinGLWidgetIsFullSceneAntialiasingHQEnabled Method

Note: This API is now obsolete.

Returns true if the high quality mode for full-scene antialiasing (FSAA) is enabled.

Namespace: OIV.Inventor.Win
Assembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Use OIV.Inventor.Win.SoWinGLWidget.GetAntialiasingParameters() to get this information.")]
public bool IsFullSceneAntialiasingHQEnabled()

Return Value

Type: Boolean
Remarks

Obsoletesince Open Inventor 9100. Use OIV.Inventor.Win.SoWinGLWidget.GetAntialiasingParameters() to get this information.

See Also