CsvOptions.ColumnX

CsvOptions.ColumnX property

Gets or sets a name of column contains X coordinate value. Default is null.

public string ColumnX { get; set; }

Remarks

If column value is null or empty string a Point geometry will not be created.

See Also