CreateWriterTarget Method
Allows the subclass to create the target that the writer writes to.
Namespace: System.Spatial
Assembly: System.Spatial (in System.Spatial.dll)
Syntax
'Declaration
Protected MustOverride Function CreateWriterTarget As TWriterTarget
'Usage
Dim returnValue As TWriterTarget
returnValue = Me.CreateWriterTarget()
protected abstract TWriterTarget CreateWriterTarget()
protected:
virtual TWriterTarget CreateWriterTarget() abstract
abstract CreateWriterTarget : unit -> 'TWriterTarget
protected abstract function CreateWriterTarget() : TWriterTarget
Return Value
Type: TWriterTarget
Returns SpatialChain.
See Also
Reference
SpatialFormat< (Of < ( <'TParseParameter, TFormatReturn, TWriterTarget> ) > ) > Class