Click or drag to resize

ViewCollection Class

List of Views
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.Runtime.InteropServicesStandardOleMarshalObject
      BaseObject
        Easymap.AddIn.DataViewCollection

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

The ViewCollection type exposes the following members.

Properties
 NameDescription
Public propertyCount Number of items in ViewCollection
Public propertyDocument Gets the associated Document of the ViewCollection.
Public propertyItemInt32 Gets a View by index.
Public propertyItemString Gets a View by its caption.
Top
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