| Res1DExtensions Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: DHI.Mike1D.ResultDataAccess
 Syntax
SyntaxThe Res1DExtensions type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|   | Coordinate | 
            Create coordinate of grid point
             | 
|   | Diameter | 
            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.
             | 
|   | EndChainage | 
             Extension method return the end chainage of a reach
             | 
|   | GetDataItem | 
             Return data item of specified type if present, otherwise null
             | 
|   | GetLeftRightCoordinates | 
            Get coordinates left/right of grid point, based on cross section data.
             | 
|   | GridpointSearch | 
             Extension method searching within the grid points of a reach, using
             a binary search routine.
             | 
|   | Include | 
            Checks whether the datetime parameter is included in at least
            one of the periods.
             | 
|   | LocationSpan | 
             Extension method to create a LocationSpan from a reach.
             | 
|   | RemoveUnusedDataItems | 
            Remove unused data items from resultData object
             | 
|   | StartChaiange | Obsolete. 
             Extension method return the start chainage of a reach
             | 
|   | StartChainage | 
             Extension method return the start chainage of a reach
             | 
 See Also
See Also