Click or drag to resize

IResultReadWriteBridge Properties

The IResultReadWriteBridge type exposes the following members.

Properties
  NameDescription
Public propertyConnection
Connection specifying the file to read from
(Inherited from IResultReadBridge.)
Public propertyFilter
Specifies what data to load. Must be set before any call to the open and read methods.
(Inherited from IResultReadBridge.)
Public propertyNumberOfTimeSteps
Return the number of time steps in the storage
(Inherited from IResultReadBridge.)
Public propertySecondsBetweenFileFlush
Seconds between flush to file. Set this lower if you need to read the result file while your calculations are running.

Set to zero to disable file flushing.

WARNING: File flush is a potentially expensive operation. Use with care.

(Inherited from IResultWriteBridge.)
Top
See Also