Click or drag to resize
AB4D logo

LinesUpdaterUnregisterViewport3D Method

Note: This API is now obsolete.

UnregisterViewport3D is OBSOLETE and does nothing. In the previous version it was used to unregister Viewport3D that was registered with RegisterViewport3D(Viewport3D) method.

Namespace: Ab3d.Utilities
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
[ObsoleteAttribute("RegisterViewport3D is not needed any more because LinesUpdater will not stop updating lines inside Viewport3D until Viewport3D is not collected by GC.")]
public void UnregisterViewport3D(
	Viewport3D viewport3D
)

Parameters

viewport3D  Viewport3D
Viewport3D
See Also