| SoSceneManagerGetAntialiasing Method  | 
Note: This API is now obsolete.
 
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Obsolete since Open Inventor 9.1.0.0. Use method getAntialiasingParameters() to get this information.")]
public void GetAntialiasing(
	out bool smoothing,
	out int numPasses
)<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("Obsolete since Open Inventor 9.1.0.0. Use method getAntialiasingParameters() to get this information.")>
Public Sub GetAntialiasing ( 
	<OutAttribute> ByRef smoothing As Boolean,
	<OutAttribute> ByRef numPasses As Integer
)public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"Obsolete since Open Inventor 9.1.0.0. Use method getAntialiasingParameters() to get this information.")]
void GetAntialiasing(
	[OutAttribute] bool% smoothing, 
	[OutAttribute] int% numPasses
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("Obsolete since Open Inventor 9.1.0.0. Use method getAntialiasingParameters() to get this information.")>]
member GetAntialiasing : 
        smoothing : bool byref * 
        numPasses : int byref -> unit 
Parameters
- smoothing
 - Type: SystemBoolean
 - numPasses
 - Type: SystemInt32
 
Remarks
See AlsoReference
OIV.Inventor.SoSceneManager.SetAntialiasing(System.Single, OIV.Inventor.SoSceneManager.AntialiasingModes)