Compartir a través de


GeographyMultiPoint.Points Propiedad

Obtiene una colección de puntos.

Espacio de nombres:  System.Spatial
Ensamblado:  System.Spatial (en System.Spatial.dll)

Sintaxis

'Declaración
Public MustOverride ReadOnly Property Points As ReadOnlyCollection(Of GeographyPoint)
    Get
'Uso
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>

Valor de la propiedad

Tipo: System.Collections.ObjectModel.ReadOnlyCollection<GeographyPoint>
Colección de puntos.

Vea también

Referencia

GeographyMultiPoint Clase

Espacio de nombres System.Spatial