Click or drag to resize

MapLayerCollection Class

List of all available map layers.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.Runtime.InteropServicesStandardOleMarshalObject
      BaseObject
        Easymap.AddIn.MappingMapLayerCollection

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

The MapLayerCollection type exposes the following members.

Properties
 NameDescription
Public propertyCount Number of items in MapLayerCollection
Public propertyItemInt32 Get a MapLayer by an index.
Public propertyItemString Get a MapLayer by its caption.
Top
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