Share via


GeometryMultiLineString.LineStrings Property

Definition

Gets a collection of line strings.

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

Property Value

A collection of line strings.

Applies to