Freigeben über


SpatialPipeline Implicit-Konversionen (SpatialPipeline to GeometryPipeline)

Namespace:  System.Spatial
Assembly:  System.Spatial (in System.Spatial.dll)

Syntax

'Declaration
Public Shared Widening Operator CType ( _
    spatialPipeline As SpatialPipeline _
) As GeometryPipeline
'Usage
Dim input As SpatialPipeline
Dim output As GeometryPipeline

output = CType(input, GeometryPipeline)
public static implicit operator GeometryPipeline (
    SpatialPipeline spatialPipeline
)
static implicit operator GeometryPipeline^ (
    SpatialPipeline^ spatialPipeline
)
JScript unterstützt die Verwendung von benutzerdefinierten Umwandlungen, jedoch nicht die Deklaration neuer benutzerdefinierter Umwandlungen.

Parameter

Rückgabewert

Typ: System.Spatial.GeometryPipeline

Siehe auch

Verweis

SpatialPipeline Klasse

Implicit-Überladung

System.Spatial-Namespace