GeographyLineString.Points 属性

定义

获取点列表。

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)

属性值

点列表。

适用于