CsvOptions.ColumnWkt

CsvOptions.ColumnWkt property

Gets or sets a name of column contains Well-Known Text for representing geometry. Default is null.

public string ColumnWkt { get; set; }

Remarks

If column value is null or empty string a geometry based on Well-Known Text will not be created.

See Also