Initializes a new instance of the Multipoint class.

Namespace:  ESRI.ArcGISExplorer.Geometry

Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public Multipoint()
Visual Basic (Declaration)
Public Sub New

Remarks

Using this constructor will create a new Empty Multipoint with no spatial properties.

See Also