Share via


GeographyMultiLineString.LineStrings Property

Definition

Gets the line strings.

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

Property Value

A collection of line strings.

Applies to