Skip to main content

SqlGeometryItem(String, Int32) Constructor

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

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public SqlGeometryItem(
    string wktString,
    int srid
)

Parameters

Name Type Description
wktString String

A String object representing Well-Known Text.

srid Int32

A Int32 object representing SRID.

See Also