Click or drag to resize
Reader3dsGetNamedObjectsText Method
Returns a hierarchy text of all objects, lights and Model3DGroups in this instance of Reader3ds. Used in DumpNamedObjects which displays the hierarchy of named objects (when run in immediate window).

Namespace: Ab3d
Assembly: Ab3d.Reader3ds (in Ab3d.Reader3ds.dll) Version: 9.0.5590.1040
Syntax
C#
public string GetNamedObjectsText()

Return Value

Type: String
hierarchy of all objects as string
See Also