Initializes a new instance of the Multipoint class with the specified initial properties.

Overload List

  NameDescription
Multipoint()()()
Initializes a new instance of the Multipoint class.
Multipoint(CoordinateSystem)
Initializes a new instance of the Multipoint class, applying the specified CoordinateSystem.
Multipoint(IEnumerable<(Of <(Point>)>))
Initializes a new instance of the Multipoint class, adding the specified Points.
Multipoint(IEnumerable<(Of <(Point>)>), CoordinateSystem)
Initializes a new instance of the Multipoint class, adding the specified Points and applying the specified CoordinateSystem.

Remarks

Overloaded constructors are available for efficient Multipoint creation and definition of spatial location.

See Also