Click or drag to resize
AB4D logo

LinesUpdaterRegisterViewport3D Method

Note: This API is now obsolete.

RegisterViewport3D is OBSOLETE and does nothing. In the previous version it was used to prevent updating lines in Viewport3D in case it was unloaded from visual tree.

Namespace: Ab3d.Utilities
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.0.8746.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 RegisterViewport3D(
	Viewport3D viewport3D
)

Parameters

viewport3D  Viewport3D
Viewport3D
See Also