Share via


GeometryMultiPoint.Points Property

Definition

Gets a collection of points.

public abstract System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.Spatial.GeometryPoint> Points { get; }
member this.Points : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.Spatial.GeometryPoint>
Public MustOverride ReadOnly Property Points As ReadOnlyCollection(Of GeometryPoint)

Property Value

A collection of points.

Applies to