Collection Method (CoordinateSystem)

Creates a geometric collection.

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

Syntax

'Declaration
Public Shared Function Collection ( _
    coordinateSystem As CoordinateSystem _
) As GeometryFactory(Of GeometryCollection)
'Usage
Dim coordinateSystem As CoordinateSystem
Dim returnValue As GeometryFactory(Of GeometryCollection)

returnValue = GeometryFactory.Collection(coordinateSystem)
public static GeometryFactory<GeometryCollection> Collection(
    CoordinateSystem coordinateSystem
)
public:
static GeometryFactory<GeometryCollection^>^ Collection(
    CoordinateSystem^ coordinateSystem
)
static member Collection : 
        coordinateSystem:CoordinateSystem -> GeometryFactory<GeometryCollection> 
public static function Collection(
    coordinateSystem : CoordinateSystem
) : GeometryFactory<GeometryCollection>

Parameters

Return Value

Type: System.Spatial..::..GeometryFactory< (Of < ( <'GeometryCollection> ) > ) >
A geometric collection factory.

See Also

Reference

GeometryFactory Class

Collection Overload

System.Spatial Namespace