取得點清單。
命名空間: 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>
點清單。