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

SqlGeometryItem(String, Int32) Constructor

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

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.2.dll

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