ClearWriterTarget Method
Clears the writer target in preparation for the next write.
Namespace: System.Spatial
Assembly: System.Spatial (in System.Spatial.dll)
Syntax
'Declaration
Protected MustOverride Sub ClearWriterTarget ( _
target As TWriterTarget _
)
'Usage
Dim target As TWriterTarget
Me.ClearWriterTarget(target)
protected abstract void ClearWriterTarget(
TWriterTarget target
)
protected:
virtual void ClearWriterTarget(
TWriterTarget target
) abstract
abstract ClearWriterTarget :
target:'TWriterTarget -> unit
protected abstract function ClearWriterTarget(
target : TWriterTarget
)
Parameters
- target
Type: TWriterTarget
The writer target that was written to.
See Also
Reference
SpatialFormat< (Of < ( <'TParseParameter, TFormatReturn, TWriterTarget> ) > ) > Class