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

SqlGeometryItemCollection Class

A collection of SqlGeometryItems.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v20.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public class SqlGeometryItemCollection :
    OwnedCollection<SqlGeometryItem>

The following members return SqlGeometryItemCollection objects:

Remarks

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

See Also