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
- destination
Type: System.Spatial..::..SpatialChain
The instance of the pipeline that the reader will message while it is reading.