Points Property

The point list.

Namespace:  System.Spatial
Assembly:  System.Spatial (in System.Spatial.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property Points As ReadOnlyCollection(Of GeographicPoint)
    Get
'Usage
Dim instance As GeographicLineString
Dim value As ReadOnlyCollection(Of GeographicPoint)

value = instance.Points
public abstract ReadOnlyCollection<GeographicPoint> Points { get; }
public:
virtual property ReadOnlyCollection<GeographicPoint^>^ Points {
    ReadOnlyCollection<GeographicPoint^>^ get () abstract;
}
abstract Points : ReadOnlyCollection<GeographicPoint>
abstract function get Points () : ReadOnlyCollection<GeographicPoint>

Property Value

Type: System.Collections.ObjectModel..::..ReadOnlyCollection< (Of < ( <'GeographicPoint> ) > ) >
The point list.

See Also

Reference

GeographicLineString Class

System.Spatial Namespace