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: 11.2.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