Click or drag to resize

IEcospaceResultsWriter Interface

Interface for writing Ecospace time step results to file

Namespace:  EwEUtils.Core
Assembly:  EwEUtils (in EwEUtils.dll) Version: 6.6.15981.0 (6.6.15981.0)
Syntax
public interface IEcospaceResultsWriter : IResultsWriter

The IEcospaceResultsWriter type exposes the following members.

Properties
  NameDescription
Public propertyDisplayName
Return a human-legible name of the data that this writer produces.
(Inherited from IResultsWriter.)
Public propertyEnabled
Get/set whether this writer is allowed to write outputs.
(Inherited from IResultsWriter.)
Public propertyOutputPath (Inherited from IResultsWriter.)
Top
Methods
  NameDescription
Public methodEndWrite
End writing.
(Inherited from IResultsWriter.)
Public methodInit
Inititialize a writer.
(Inherited from IResultsWriter.)
Public methodStartWrite
Start writing.
(Inherited from IResultsWriter.)
Public methodWriteResults
Save time step data to file.
Top
See Also