| FloodMapperCreateReachPointData Method (IListFloodMapCsPoint, ICoordinateSequence, Boolean) | 
 
            Create a list of 
FloodMapPointData, containing bank and center coordinates
            for all flood map point. 
            A flood map point is added for all digipoints and all cross sections inside the digipoint span.
            
 
    Namespace: 
   DHI.Mike1D.FloodMap
    Assembly:
   DHI.Mike1D.FloodMap (in DHI.Mike1D.FloodMap.dll) Version: 19.0.0.0 (11.1.1.1111)
 Syntax
Syntaxpublic List<FloodMapPointData> CreateReachPointData(
	IList<FloodMapCsPoint> csPoints,
	ICoordinateSequence digiPoints,
	bool reverseDirection
)
Public Function CreateReachPointData ( 
	csPoints As IList(Of FloodMapCsPoint),
	digiPoints As ICoordinateSequence,
	reverseDirection As Boolean
) As List(Of FloodMapPointData)
public:
List<FloodMapPointData^>^ CreateReachPointData(
	IList<FloodMapCsPoint^>^ csPoints, 
	ICoordinateSequence^ digiPoints, 
	bool reverseDirection
)
Parameters
- csPoints
- Type: System.Collections.GenericIListFloodMapCsPoint
 Cross section points in reach
- digiPoints
- Type: ICoordinateSequence
 Digi points of reach
- reverseDirection
- Type: SystemBoolean
 Flag indicating if reach is defined in reverse direction. It will flip the left and right hand side of the river
Return Value
Type: 
ListFloodMapPointData[Missing <returns> documentation for "M:DHI.Mike1D.FloodMap.FloodMapper.CreateReachPointData(System.Collections.Generic.IList{DHI.Mike1D.FloodMap.FloodMapCsPoint},DHI.Mike1D.Generic.Spatial.Geometry.ICoordinateSequence,System.Boolean)"]
 See Also
See Also