MultiPolygon Method (CoordinateSystem)

Creates a geographic multipolygon.

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

Syntax

'Declaration
Public Shared Function MultiPolygon ( _
    coordinateSystem As CoordinateSystem _
) As GeographyFactory(Of GeographicMultiPolygon)
'Usage
Dim coordinateSystem As CoordinateSystem
Dim returnValue As GeographyFactory(Of GeographicMultiPolygon)

returnValue = GeographyFactory.MultiPolygon(coordinateSystem)
public static GeographyFactory<GeographicMultiPolygon> MultiPolygon(
    CoordinateSystem coordinateSystem
)
public:
static GeographyFactory<GeographicMultiPolygon^>^ MultiPolygon(
    CoordinateSystem^ coordinateSystem
)
static member MultiPolygon : 
        coordinateSystem:CoordinateSystem -> GeographyFactory<GeographicMultiPolygon> 
public static function MultiPolygon(
    coordinateSystem : CoordinateSystem
) : GeographyFactory<GeographicMultiPolygon>

Parameters

Return Value

Type: System.Spatial..::..GeographyFactory< (Of < ( <'GeographicMultiPolygon> ) > ) >
A geographic multipolygon factory.

See Also

Reference

GeographyFactory Class

MultiPolygon Overload

System.Spatial Namespace