Freigeben über


GeometryCurve-Konstruktor

Initialisiert eine neue Instanz der GeometryCurve-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 GeometryCurve(coordinateSystem, _
    creator)
protected GeometryCurve(
    CoordinateSystem coordinateSystem,
    SpatialImplementation creator
)
protected:
GeometryCurve(
    CoordinateSystem^ coordinateSystem, 
    SpatialImplementation^ creator
)
new : 
        coordinateSystem:CoordinateSystem * 
        creator:SpatialImplementation -> GeometryCurve
protected function GeometryCurve(
    coordinateSystem : CoordinateSystem, 
    creator : SpatialImplementation
)

Parameter

Siehe auch

Verweis

GeometryCurve Klasse

System.Spatial-Namespace