ExtractFormatFromWriterTarget Method
Gets the written format of the correct type from the writer.
Namespace: System.Spatial
Assembly: System.Spatial (in System.Spatial.dll)
Syntax
'Declaration
Protected MustOverride Function ExtractFormatFromWriterTarget ( _
target As TWriterTarget _
) As TFormatReturn
'Usage
Dim target As TWriterTarget
Dim returnValue As TFormatReturn
returnValue = Me.ExtractFormatFromWriterTarget(target)
protected abstract TFormatReturn ExtractFormatFromWriterTarget(
TWriterTarget target
)
protected:
virtual TFormatReturn ExtractFormatFromWriterTarget(
TWriterTarget target
) abstract
abstract ExtractFormatFromWriterTarget :
target:'TWriterTarget -> 'TFormatReturn
protected abstract function ExtractFormatFromWriterTarget(
target : TWriterTarget
) : TFormatReturn
Parameters
- target
Type: TWriterTarget
The writer target that was written to.
Return Value
Type: TFormatReturn
Returns SpatialChain.
See Also
Reference
SpatialFormat< (Of < ( <'TParseParameter, TFormatReturn, TWriterTarget> ) > ) > Class