GeometryMultiLineString クラスの新しいインスタンスを初期化します。
名前空間: System.Spatial
アセンブリ: System.Spatial (System.Spatial.dll)
構文
'宣言
Protected Sub New ( _
coordinateSystem As CoordinateSystem, _
creator As SpatialImplementation _
)
'使用
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
)
パラメーター
- coordinateSystem
型: System.Spatial.CoordinateSystem
このインスタンスの座標系。
- creator
型: System.Spatial.SpatialImplementation
このインスタンスを作成した実装。