Click or drag to resize
AB4D logo

ExtensionsDumpHierarchy(Viewport3D) Method

Display details about the hierarchy of Viewport3D children to Debug console (for example to Visual Studio's Immediate window).

Namespace: Ab3d
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public static void DumpHierarchy(
	this Viewport3D viewport3D
)

Parameters

viewport3D  Viewport3D
Viewport3D

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Viewport3D. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also