CreateWriter Method
Creates the writer.
Namespace: System.Spatial
Assembly: System.Spatial (in System.Spatial.dll)
Syntax
'Declaration
Public MustOverride Function CreateWriter ( _
target As TWriterTarget _
) As SpatialChain
'Usage
Dim instance As SpatialFormat
Dim target As TWriterTarget
Dim returnValue As SpatialChain
returnValue = instance.CreateWriter(target)
public abstract SpatialChain CreateWriter(
TWriterTarget target
)
public:
virtual SpatialChain^ CreateWriter(
TWriterTarget target
) abstract
abstract CreateWriter :
target:'TWriterTarget -> SpatialChain
public abstract function CreateWriter(
target : TWriterTarget
) : SpatialChain
Parameters
- target
Type: TWriterTarget
The target.
Return Value
Type: System.Spatial..::..SpatialChain
The writer that was created.
See Also
Reference
SpatialFormat< (Of < ( <'TParseParameter, TFormatReturn, TWriterTarget> ) > ) > Class