Click or drag to resize

LayerElementCollection Class

List of all available layer elements.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.Runtime.InteropServicesStandardOleMarshalObject
      BaseObject
        Easymap.AddIn.MappingLayerElementCollection

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

The LayerElementCollection type exposes the following members.

Properties
 NameDescription
Public propertyCount Number of items in LayerElementCollection.
Public propertyItemInt32 Gets a LayerElement by index.
Public propertyItemObject Gets a LayerElement by key.
Public propertyLayerComponent Gets the associate map layer.
Top
Methods
 NameDescription
Public methodDisposeReleases all resources used by the LayerElementCollection
(Overrides BaseObject.Dispose)
Public methodGetBoundingBox(IEnumerableObject) Gets the bounding box of the associate layer element by an object which implements IEnumerable.
Public methodGetBoundingBox(String) Gets the bounding box of the associate layer element by an array of keys.
Public methodGetByKey Gets a LayerElement by key.
Public methodGetByKeyArray(IEnumerable) Gets a list of LayerElements by keys which implements IEnumerable.
Public methodGetByKeyArray(String) Gets an array of LayerElements by an array of keys.
Public methodGetByLocation Gets the first LayerElement at the specified WGS84 lat/lon coordinate.
Public methodGetByPolygon Gets the LayerElements within the specified Polygon.
Public methodGetByRadius Gets the LayerElements within the specified radius at the specified location.
Public methodGetByRect Gets the LayerElements within the specified RectangleF
Public methodGetElementsByLocation Gets all LayerElements at the specified WGS84 lat/lon coordinate.
Public methodGetEnumerator Enumerates through the list of layer elements.
Top
See Also