Proprietà GeographyLineString.Points
Ottiene l'elenco di punti.
Spazio dei nomi System.Spatial
Assembly: System.Spatial (in System.Spatial.dll)
Sintassi
'Dichiarazione
Public MustOverride ReadOnly Property Points As ReadOnlyCollection(Of GeographyPoint)
Get
'Utilizzo
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>
Valore proprietà
Tipo: System.Collections.ObjectModel.ReadOnlyCollection<GeographyPoint>
Elenco di punti.