Click or drag to resize

LayerElementArray Class

Represents an array of base layer elements.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    FreeBaseObject
      Easymap.AddIn.MappingLayerElementArray

Namespace:  Easymap.AddIn.Mapping
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public class LayerElementArray : FreeBaseObject, 
	IEnumerable<LayerElement>, IEnumerable

The LayerElementArray type exposes the following members.

Properties
  NameDescription
Public propertyCount
The number of LayerElement items in the array
Public propertyItem
Gets the associated LayerElement by it's index.
Top
Methods
  NameDescription
Public methodGetEnumerator
Returns an enumerator that iterates through a array.
Top
See Also