GeometryCollection.GeometryCollection Constructors
Initializes a new instance of the GeometryCollection class.
Overload List
Name | Description | |
---|---|---|
Public method | GeometryCollection() | Initializes a new empty instance of the GeometryCollection class. |
Public method | GeometryCollection(IEnumerable< Geometry > items) | Initializes a new instance of the GeometryCollection class with the specified elements. |
GeometryCollection()
Initializes a new empty instance of the GeometryCollection class.Syntax
public GeometryCollection ()
GeometryCollection(IEnumerable< Geometry > items)
Initializes a new instance of the GeometryCollection class with the specified elements.Syntax
public GeometryCollection (
IEnumerable< Geometry > items
)
Parameters
items
Type: A collection of Geometry elements.
A collection of items to add to the new collection.
A collection of items to add to the new collection.
Platforms
Windows, Linux, Android