GeographyMultiPoint.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)

属性值

点集合。

适用于