LineString.HasZ

LineString.HasZ property

Gets a value indicating whether this instance has Z coordinate.

public bool HasZ { get; set; }

Property Value

true if this instance has Z coordinate; otherwise, false.

See Also