Partager via


Propriété GeographyLineString.Points

Obtient la liste de points.

Espace de noms :  System.Spatial
Assembly :  System.Spatial (en System.Spatial.dll)

Syntaxe

'Déclaration
Public MustOverride ReadOnly Property Points As ReadOnlyCollection(Of GeographyPoint)
    Get
'Utilisation
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>

Valeur de propriété

Type : System.Collections.ObjectModel.ReadOnlyCollection<GeographyPoint>
Liste de points.

Voir aussi

Référence

GeographyLineString Classe

Espace de noms System.Spatial