Share via


GeographyLineString.Points Property

Definition

Gets the point list.

public abstract System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.Spatial.GeographyPoint> Points { get; }
member this.Points : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.Spatial.GeographyPoint>
Public MustOverride ReadOnly Property Points As ReadOnlyCollection(Of GeographyPoint)

Property Value

The point list.

Applies to