SoSceneManagerGetAntialiasing Method |
Note: This API is now obsolete.
Gets the antialiasing used for rendering.
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public void GetAntialiasing(
out bool smoothing,
out int numPasses
)
<ObsoleteAttribute("See documentation for more details")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Sub GetAntialiasing (
<OutAttribute> ByRef smoothing As Boolean,
<OutAttribute> ByRef numPasses As Integer
)
public:
[ObsoleteAttribute(L"See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
void GetAntialiasing(
[OutAttribute] bool% smoothing,
[OutAttribute] int% numPasses
)
[<ObsoleteAttribute("See documentation for more details")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member GetAntialiasing :
smoothing : bool byref *
numPasses : int byref -> unit
Parameters
- smoothing
- Type: SystemBoolean
- numPasses
- Type: SystemInt32
Remarks
See Also