次の方法で共有


GeographyMultiPoint.Points プロパティ

ポイントのコレクションを取得します。

名前空間:  System.Spatial
アセンブリ:  System.Spatial (System.Spatial.dll)

構文

'宣言
Public MustOverride ReadOnly Property Points As ReadOnlyCollection(Of GeographyPoint)
    Get
'使用
Dim instance As GeographyMultiPoint
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>
ポイントのコレクション。

関連項目

参照

GeographyMultiPoint クラス

System.Spatial 名前空間