SoSceneManagerGetAntialiasing Method |
Note: This API is now obsolete.
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax [EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Obsolete since Open Inventor 9100. Use method getAntialiasingParameters() to get this information.")]
public void GetAntialiasing(
out bool smoothing,
out int numPasses
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("Obsolete since Open Inventor 9100. 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 9100. Use method getAntialiasingParameters() to get this information.")]
void GetAntialiasing(
[OutAttribute] bool% smoothing,
[OutAttribute] int% numPasses
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("Obsolete since Open Inventor 9100. 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 Also Reference
OIV.Inventor.SoSceneManager.SetAntialiasing(System.Single, OIV.Inventor.SoSceneManager.AntialiasingModes)