Click or drag to resize

MapCollection Class

List of all available maps.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.Runtime.InteropServicesStandardOleMarshalObject
      BaseObject
        Easymap.AddIn.MappingMapCollection

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

The MapCollection type exposes the following members.

Properties
 NameDescription
Public propertyCount The number of elements
Public propertyItemInt32 Get the Map at the specified index
Public propertyItemString Gets the MapLayer by its caption
Top
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