A newer version of this page is available.
Switch to the current version.
SqlGeometryItemCollection Class
A collection of SqlGeometryItems.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v18.2.dll
Declaration
public class SqlGeometryItemCollection :
MapDependencyObjectCollection<SqlGeometryItem>
Public Class SqlGeometryItemCollection
Inherits MapDependencyObjectCollection(Of SqlGeometryItem)
Related API Members
The following members accept/return SqlGeometryItemCollection objects:
Remarks
This collection can be accessed using the SqlGeometryItemStorage.Items property.
Inheritance
Extension Methods
See Also
Feedback