Click or drag to resize

MapLayerCollection Class

List of all available map layers.
Inheritance Hierarchy

Namespace:  Easymap.AddIn.Mapping
Assembly:  EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.0.0.0
Syntax
public class MapLayerCollection : BaseObject, 
	IEnumerable<MapLayer>, IEnumerable

The MapLayerCollection type exposes the following members.

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