Implicit Conversion (SpatialChain to GeometryChain)

The spatial geometry chain.

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

Syntax

'Declaration
Public Shared Widening Operator CType ( _
    spatialChain As SpatialChain _
) As GeometryChain
'Usage
Dim input As SpatialChain
Dim output As GeometryChain

output = CType(input, GeometryChain)
public static implicit operator GeometryChain (
    SpatialChain spatialChain
)
static implicit operator GeometryChain^ (
    SpatialChain^ spatialChain
)
JScript supports the use of custom casts, but not the declaration of new ones.

Parameters

Return Value

Type: System.Spatial..::..GeometryChain
Returns GeometryChain.

See Also

Reference

SpatialChain Class

Implicit Widening Implicit Implicit Implicit Overload

System.Spatial Namespace