Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the geometry instances in this collection.
Namespace: System.Spatial
Assembly: System.Spatial (in System.Spatial.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property Geometries As ReadOnlyCollection(Of Geometry)
Get
'Usage
Dim instance As GeometryCollection
Dim value As ReadOnlyCollection(Of Geometry)
value = instance.Geometries
public abstract ReadOnlyCollection<Geometry> Geometries { get; }
public:
virtual property ReadOnlyCollection<Geometry^>^ Geometries {
ReadOnlyCollection<Geometry^>^ get () abstract;
}
abstract Geometries : ReadOnlyCollection<Geometry>
abstract function get Geometries () : ReadOnlyCollection<Geometry>
Property Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<Geometry>
A collection of geometries.