SpatialReader(TSource) Constructor

Creates a new instance of the SpatialReader<(Of <(<'TSource>)>)> class.

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

Syntax

'Declaration
Protected Sub New ( _
    destination As SpatialChain _
)
'Usage
Dim destination As SpatialChain

Dim instance As New SpatialReader(destination)
protected SpatialReader(
    SpatialChain destination
)
protected:
SpatialReader(
    SpatialChain^ destination
)
new : 
        destination:SpatialChain -> SpatialReader
protected function SpatialReader(
    destination : SpatialChain
)

Parameters

See Also

Reference

SpatialReader< (Of < ( <'TSource> ) > ) > Class

System.Spatial Namespace