| FloodMapperCreateMapReachPoints Method | 
All cross section points will be added to the list. If a cross section point and a digi-point is inside LocationEqualTolerance, only the cross section point is added to the list.
This methods assumes csPoints and digiPoints start at same chainage and end at same chainage
Namespace: DHI.Mike1D.FloodMap
 Syntax
Syntaxpublic CoordinateList CreateMapReachPoints( IList<FloodMapCsPoint> csPoints, ICoordinateSequence digiPoints )
[Missing <returns> documentation for "M:DHI.Mike1D.FloodMap.FloodMapper.CreateMapReachPoints(System.Collections.Generic.IList{DHI.Mike1D.FloodMap.FloodMapCsPoint},DHI.Mike1D.Generic.Spatial.Geometry.ICoordinateSequence)"]
 See Also
See Also