GeometryCollection Constructor
.NET Framework 4.5
Initializes a new instance of the GeometryCollection class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
GeometryCollection() | Initializes a new instance of the GeometryCollection class. |
|
GeometryCollection(IEnumerable<Geometry>) | Initializes a new instance of the GeometryCollection class with the specified collection of Geometry objects. |
|
GeometryCollection(Int32) | Initializes a new instance of the GeometryCollection class with the specified capacity, or the number of Geometry objects the collection is initially capable of storing. |