Click or drag to resize

Res1DExtensions Class

Class containing extension methods for Res1D classes
Inheritance Hierarchy
SystemObject
  DHI.Mike1D.ResultDataAccessRes1DExtensions

Namespace:  DHI.Mike1D.ResultDataAccess
Assembly:  DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public static class Res1DExtensions

The Res1DExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCoordinate
Create coordinate of grid point
Public methodStatic memberDiameter
Get diameter of reach. It is assumed that the reach uses the same cross section throughout is link. If the reach does not have a circular cross section, null is returned.
Public methodStatic memberEndChainage
Extension method return the end chainage of a reach
Public methodStatic memberGetDataItem
Return data item of specified type if present, otherwise null
Public methodStatic memberGetLeftRightCoordinates
Get coordinates left/right of grid point, based on cross section data.
Public methodStatic memberGridpointSearch
Extension method searching within the grid points of a reach, using a binary search routine.
Public methodStatic memberInclude
Checks whether the datetime parameter is included in at least one of the periods.
Public methodStatic memberLocationSpan
Extension method to create a LocationSpan from a reach.
Public methodStatic memberRemoveUnusedDataItems
Remove unused data items from resultData object
Public methodStatic memberStartChaiange Obsolete.
Extension method return the start chainage of a reach
Public methodStatic memberStartChainage
Extension method return the start chainage of a reach
Top
See Also