ArcGIS Explorer Component Help |
Multipoint Constructor |
Multipoint Class See Also |
Initializes a new instance of the Multipoint class with the specified initial properties.
Overload List
Name | Description | |
---|---|---|
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.