共用方式為


GeometryMultiPoint 建構函式

初始化 GeometryMultiPoint 類別的新執行個體。

命名空間:  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 GeometryMultiPoint(coordinateSystem, _
    creator)
protected GeometryMultiPoint(
    CoordinateSystem coordinateSystem,
    SpatialImplementation creator
)
protected:
GeometryMultiPoint(
    CoordinateSystem^ coordinateSystem, 
    SpatialImplementation^ creator
)
new : 
        coordinateSystem:CoordinateSystem * 
        creator:SpatialImplementation -> GeometryMultiPoint
protected function GeometryMultiPoint(
    coordinateSystem : CoordinateSystem, 
    creator : SpatialImplementation
)

參數

請參閱

參考

GeometryMultiPoint 類別

System.Spatial 命名空間