Back to Devexpress

SqlGeometryItemCollection Class

windowsforms-devexpress-dot-xtramap-0dd930b3.md

latest1.9 KB
Original Source

SqlGeometryItemCollection Class

A collection of SqlGeometryItems.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
public class SqlGeometryItemCollection :
    OwnedCollection<SqlGeometryItem>
vb
Public Class SqlGeometryItemCollection
    Inherits OwnedCollection(Of SqlGeometryItem)

The following members return SqlGeometryItemCollection objects:

Remarks

This collection can be accessed using the SqlGeometryItemStorage.Items property.

Inheritance

Object DXCollectionBase<SqlGeometryItem> DXCollection<SqlGeometryItem> NotificationCollection<SqlGeometryItem> OwnedCollection<SqlGeometryItem> SqlGeometryItemCollection

See Also

SqlGeometryItemCollection Members

DevExpress.XtraMap Namespace