Freigeben über


Geometry-Konstruktor

Initialisiert eine neue Instanz der Geometry-Klasse.

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

Parameter

Siehe auch

Verweis

Geometry Klasse

System.Spatial-Namespace