Skip to main content

SqlGeometryItem.Attributes Property

Returns the collection of MapItemAttribute objects assigned to this item.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public MapItemAttributeCollection Attributes { get; }

Property Value

Type Description
MapItemAttributeCollection

A MapItemAttributeCollection object stored MapItemAttribute object assigned to this item.

See Also