Skip to main content
A newer version of this page is available. .

MapItemAttributeCollection Class

A collection of attributes for an individual map item.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v18.1.dll

Declaration

public class MapItemAttributeCollection :
    NamedItemNotificationCollection<MapItemAttribute>,
    ISimpleNamedCollection<MapItemAttribute>,
    ISupportCollectionActions<MapItemAttribute>,
    IIndexSupport<MapItemAttribute>,
    IEnumerable<MapItemAttribute>,
    IEnumerable

The following members accept/return MapItemAttributeCollection objects:

Remarks

An object of MapItemAttributeCollection class can be accessed using the MapItem.Attributes property.

For more information, see Provide Data Using Vector Item Attributes.

The following code snippets (auto-collected from DevExpress Examples) contain references to the MapItemAttributeCollection class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

Inheritance

Object
DXCollectionBase<MapItemAttribute>
DXCollection<MapItemAttribute>
NotificationCollection<MapItemAttribute>
DevExpress.Utils.NamedItemNotificationCollection<MapItemAttribute>
MapItemAttributeCollection
See Also