GeographicMultiSurface Constructor
Initializes a new instance of the GeographicMultiSurface 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 GeographicMultiSurface(coordinateSystem)
protected GeographicMultiSurface(
CoordinateSystem coordinateSystem
)
protected:
GeographicMultiSurface(
CoordinateSystem^ coordinateSystem
)
new :
coordinateSystem:CoordinateSystem -> GeographicMultiSurface
protected function GeographicMultiSurface(
coordinateSystem : CoordinateSystem
)
Parameters
- coordinateSystem
Type: System.Spatial..::..CoordinateSystem
The coodinate system to use.