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

SqlGeometryItemCollection(SqlGeometryItemStorage) Constructor

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

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v18.2.dll

Declaration

public SqlGeometryItemCollection(
    SqlGeometryItemStorage sqlGeometryItemStorage
)

Parameters

Name Type Description
sqlGeometryItemStorage SqlGeometryItemStorage

A SqlGeometryItemStorage object which is the owner of this collection.

See Also