GeographyMultiPoint.Points Property
Gets a collection of points.
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>
Property Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<GeographyPoint>
A collection of points.