GeographyMultiLineString.LineStrings Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.