Returns a hierarchy text of all objects, lights and Model3DGroups in this instance of Reader3ds. Used in DumpNamedObjects which displays the hierarcy of named objects (when run in immediate window).

Namespace:  Ab3d
Assembly:  Ab3d.Reader3ds (in Ab3d.Reader3ds)
Version: 4.2.0.0 (4.2.0.0)

Syntax

C#
public string GetNamedObjectsText()
Visual Basic (Declaration)
Public Function GetNamedObjectsText As String
Visual C++
public:
String^ GetNamedObjectsText()

Return Value

hierarchy of all objects as string

See Also