GeometryCollection.Geometries 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 geometry instances in this collection.
public abstract System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.Spatial.Geometry> Geometries { get; }
member this.Geometries : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.Spatial.Geometry>
Public MustOverride ReadOnly Property Geometries As ReadOnlyCollection(Of Geometry)
Property Value
A collection of geometries.