Click or drag to resize

ViewCollection Class

List of Views
Inheritance Hierarchy

Namespace:  Easymap.AddIn.Data
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public sealed class ViewCollection : BaseObject, 
	IEnumerable<View>, IEnumerable

The ViewCollection type exposes the following members.

Properties
Methods
  NameDescription
Public methodContains
Returns true if the specified View is contained in the collection.
Public methodFindByCaption
Finds a View by its caption
Public methodFindByName
Finds a View by its name
Public methodGetEnumerator
Enumerates through the list of Views.
Public methodIndexOf
Returns the index of the specified View item.
Top
See Also