home *** CD-ROM | disk | FTP | other *** search
- 'Retrieve all of the layouts in this division
-
- Dim AllLayouts As LayoutCollection
- Set AllLayouts = .Division.Foundry.Layouts
-
- Forall Layout In AllLayouts
- Print "Layout Info "
- Print "Class name ",Layout.ClassName
- Print "Name ", Layout.Name
- Print "Editor name ", Layout.EditorName
- Print "------------------------------------------"
-
- End Forall