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