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

SqlGeometryItemCollection Class

A collection of SqlGeometryItems.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Map, DevExpress.Wpf.Map

Declaration

public class SqlGeometryItemCollection :
    MapDependencyObjectCollection<SqlGeometryItem>

The following members return SqlGeometryItemCollection objects:

Remarks

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

See Also