Skip to main content

SqlGeometryItem.WktString Property

Gets or sets the string representing the Well-Known Text.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

[DefaultValue("")]
public string WktString { get; set; }

Property Value

Type Default Description
String String.Empty

A String object representing the WKT.

See Also