Ascii1Bridge Methods

Methods

DoStore Store at this time
(Inherited from AsciiBridge)
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Finish Interface that is to be implemted by any MIKE 1D result bridge. The interface standardizes the communication between ResultData access and persistant storage.
(Overrides AsciiBridgeFinish)
Flush Write the contained time steps into the file
GetFormat Get output format of dynamic item
(Inherited from AsciiBridge)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
IsIncluded Returns true if grid point on reach is included in the output.
(Inherited from AsciiBridge)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Prepare Prepare bridge
(Inherited from AsciiBridge)
Save Writes the content of the _resultDataAccess into file
(Inherited from AsciiBridge)
SetupDynamicItems Dynamic items are set up in order of quantities (outer loop) and data item entities (nodes / reach+grid points) (inner loop), and the order is stored in the _dynamicItems
(Overrides AsciiBridgeSetupDynamicItems(ListIQuantity, ListInt32))
ToStringReturns a string that represents the current object.
(Inherited from Object)
Truncate(String) Truncate string to column width, though only if delimiter is not defined
(Inherited from AsciiBridge)
Truncate(String, Int32) Truncate string to length, though only if delimiter is not defined
(Inherited from AsciiBridge)
WriteDashLine Write a line of dashes (-) in the txt file, matching numColumns columns of output data
(Inherited from AsciiBridge)
WriteHeader Write header of text file
(Overrides AsciiBridgeWriteHeader)
WriteStaticValue Write static value for the staticItem at the reach and grid point index
(Inherited from AsciiBridge)
WriteTimeSteps Write time steps. Called during simulation.
(Overrides AsciiBridgeWriteTimeSteps(Boolean))

See Also