GeographyLineString.Points 属性

获取点列表。

命名空间:  System.Spatial
程序集:  System.Spatial(在 System.Spatial.dll 中)

语法

声明
Public MustOverride ReadOnly Property Points As ReadOnlyCollection(Of GeographyPoint)
    Get
用法
Dim instance As GeographyLineString
Dim value As ReadOnlyCollection(Of GeographyPoint)

value = instance.Points
public abstract ReadOnlyCollection<GeographyPoint> Points { get; }
public:
virtual property ReadOnlyCollection<GeographyPoint^>^ Points {
    ReadOnlyCollection<GeographyPoint^>^ get () abstract;
}
abstract Points : ReadOnlyCollection<GeographyPoint>
abstract function get Points () : ReadOnlyCollection<GeographyPoint>

属性值

类型:System.Collections.ObjectModel.ReadOnlyCollection<GeographyPoint>
点列表。

请参阅

参考

GeographyLineString 类

System.Spatial 命名空间