Click or drag to resize
AB4D logo

DumperGetObjectHierarchyString(Viewport3D) Method

Returns string that describes the hierarchy of Viewport3D children

Namespace: Ab3d.Utilities
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.0.8746.1045
Syntax
C#
public static string GetObjectHierarchyString(
	Viewport3D viewport3D
)

Parameters

viewport3D  Viewport3D
Viewport3D

Return Value

String
string that describes the hierarchy of Viewport3D children
See Also