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 命名空间