MultiGeometry.MultiGeometry Constructors
Initializes a new instance of the MultiGeometry class.
Overload List
Name | Description | |
---|---|---|
Public method | MultiGeometry() | Initializes a new empty instance of the MultiGeometry class. |
Public method | MultiGeometry(VectorGeometryCollection geometries) | Initializes a new instance of the MultiGeometry that takes ownership of the given geometries. |
Public method | MultiGeometry(IEnumerable< VectorGeometry > geometries) | Initializes new instance of the MultiGeometry class with the given geometries. |
MultiGeometry()
Initializes a new empty instance of the MultiGeometry class.Syntax
public MultiGeometry ()
MultiGeometry(VectorGeometryCollection geometries)
Initializes a new instance of the MultiGeometry that takes ownership of the given geometries.Syntax
public MultiGeometry (
VectorGeometryCollection geometries
)
Parameters
A collection of geometries.
Remarks
This constructor throws an exception if the new MultiGeometry cannot take over ownership of geometries.
MultiGeometry(IEnumerable< VectorGeometry > geometries)
Initializes new instance of the MultiGeometry class with the given geometries.Syntax
public MultiGeometry (
IEnumerable< VectorGeometry > geometries
)
Parameters
A collection of geometries to take ownership of.
Remarks
This constructor throws an exception if the new MultiGeometry cannot take over ownership of the specified geometries.
Platforms
Windows, Linux, Android