Freigeben über


GeometryPoint-Konstruktor

Initialisiert eine neue Instanz der GeometryPoint-Klasse. Konstruktor für leere Punkte.

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 GeometryPoint(coordinateSystem, _
    creator)
protected GeometryPoint(
    CoordinateSystem coordinateSystem,
    SpatialImplementation creator
)
protected:
GeometryPoint(
    CoordinateSystem^ coordinateSystem, 
    SpatialImplementation^ creator
)
new : 
        coordinateSystem:CoordinateSystem * 
        creator:SpatialImplementation -> GeometryPoint
protected function GeometryPoint(
    coordinateSystem : CoordinateSystem, 
    creator : SpatialImplementation
)

Parameter

Siehe auch

Verweis

GeometryPoint Klasse

System.Spatial-Namespace