Share via


GeographyLineString.Points Property

Gets the point list.

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 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>

Property Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<GeographyPoint>
The point list.

See Also

Reference

GeographyLineString Class

System.Spatial Namespace