ViewCollection

ViewCollection class

Contains a list of View objects.
Implements ICollection interface.

The ViewCollection type exposes the following members:

Properties

NameDescription
parent_projectGets the parent of the View object.
Read-only Project.

Methods

NameDescription
to_list()Converts a view collection to a list of View objects.
get_by_view_screen(screen)Searches for a View with the specified Screen property, and returns the first occurrence within the collection.
get_by_name(view_name)Searches for a View with the name, and returns the first occurrence within the collection.

See Also