CsvOptions.ColumnM

CsvOptions.ColumnM property

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

public string ColumnM { get; set; }

Remarks

If column value is null or empty string it will be excluded from the geometry.

See Also