Skip to main content

SqlGeometryItemCollection(SqlGeometryItemStorage) Constructor

Initializes new instance of the SqlGeometryItemCollection class with the specified parameters.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public SqlGeometryItemCollection(
    SqlGeometryItemStorage sqlGeometryItemStorage
)

Parameters

Name Type Description
sqlGeometryItemStorage SqlGeometryItemStorage

A SqlGeometryItemStorage object which is the owner of this collection.

See Also