GeographicMultiPoint Constructor

Creates a new instance of the GeographicMultiPoint class.

Namespace:  System.Spatial
Assembly:  System.Spatial (in System.Spatial.dll)

Syntax

'Declaration
Protected Sub New ( _
    coordinateSystem As CoordinateSystem _
)
'Usage
Dim coordinateSystem As CoordinateSystem

Dim instance As New GeographicMultiPoint(coordinateSystem)
protected GeographicMultiPoint(
    CoordinateSystem coordinateSystem
)
protected:
GeographicMultiPoint(
    CoordinateSystem^ coordinateSystem
)
new : 
        coordinateSystem:CoordinateSystem -> GeographicMultiPoint
protected function GeographicMultiPoint(
    coordinateSystem : CoordinateSystem
)

Parameters

See Also

Reference

GeographicMultiPoint Class

System.Spatial Namespace