ポイント リストを設定します。
名前空間: 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>
ポイント リスト。