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

SqlGeometryItem(String, Int32) Constructor

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

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v21.2.dll

NuGet Package: DevExpress.Wpf.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