Click or drag to resize

MapCollection Class

List of all available maps.
Inheritance Hierarchy

Namespace:  Easymap.AddIn.Mapping
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public class MapCollection : BaseObject, 
	IEnumerable<Map>, IEnumerable, IDynamicMetaObjectProvider

The MapCollection type exposes the following members.

Properties
Methods
  NameDescription
Public methodFindByCaption
Gets the MapLayer by its caption
Public methodFindByName
Gets the MapLayer by its name
Public methodGetEnumerator
Enumerates through the list of maps.
Public methodRefresh
Refresh the collection to reflect changes in the Document
Top
See Also