Version

MapElementCollection Class Properties

For a list of all members of this type, see MapElementCollection members.

Public Properties
 NameDescription
Public PropertyCountGets the number of elements actually contained in the Collection. (Inherited from System.Collections.ObjectModel.Collection<MapElement>)
Public PropertyItemGets an enumerable object which may be used to iterate over all elements in the current collection corresponding to the specified criteria.  
Protected Properties
 NameDescription
Protected PropertyItemsGets a IList wrapper around the Collection. (Inherited from System.Collections.ObjectModel.Collection<MapElement>)
See Also