Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes a new instance of the GeometryMultiLineString class.
Namespace: System.Spatial
Assembly: System.Spatial (in System.Spatial.dll)
Syntax
'Declaration
Protected Sub New ( _
coordinateSystem As CoordinateSystem, _
creator As SpatialImplementation _
)
'Usage
Dim coordinateSystem As CoordinateSystem
Dim creator As SpatialImplementation
Dim instance As New GeometryMultiLineString(coordinateSystem, _
creator)
protected GeometryMultiLineString(
CoordinateSystem coordinateSystem,
SpatialImplementation creator
)
protected:
GeometryMultiLineString(
CoordinateSystem^ coordinateSystem,
SpatialImplementation^ creator
)
new :
coordinateSystem:CoordinateSystem *
creator:SpatialImplementation -> GeometryMultiLineString
protected function GeometryMultiLineString(
coordinateSystem : CoordinateSystem,
creator : SpatialImplementation
)
Parameters
- coordinateSystem
Type: System.Spatial.CoordinateSystem
The coordinate system of this instance.
- creator
Type: System.Spatial.SpatialImplementation
The implementation that created this instance.