Freigeben über


GeographyMultiPoint.Points-Eigenschaft

Ruft eine Auflistung von Punkten ab.

Namespace:  System.Spatial
Assembly:  System.Spatial (in System.Spatial.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property Points As ReadOnlyCollection(Of GeographyPoint)
    Get
'Usage
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>

Eigenschaftswert

Typ: System.Collections.ObjectModel.ReadOnlyCollection<GeographyPoint>
Eine Auflistung von Punkten.

Siehe auch

Verweis

GeographyMultiPoint Klasse

System.Spatial-Namespace