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

SqlGeometryItem.Attributes Property

Returns the collection of MapItemAttribute objects assigned to this item.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v18.2.dll

Declaration

public MapItemAttributeCollection Attributes { get; }

Property Value

Type Description
MapItemAttributeCollection

A MapItemAttributeCollection object stored MapItemAttribute object assigned to this item.

See Also