Click or drag to resize

FloodMapperCreateReachPointData Method (ICoordinateSequence, IListFloodMapCsPoint, ICoordinateSequence, Boolean)

Namespace:  DHI.Mike1D.FloodMap
Assembly:  DHI.Mike1D.FloodMap (in DHI.Mike1D.FloodMap.dll) Version: 18.0.0.0 (11.1.1.1111)
Syntax
C#
public List<FloodMapPointData> CreateReachPointData(
	ICoordinateSequence floodMapReachPoints,
	IList<FloodMapCsPoint> csPoints,
	ICoordinateSequence digiPoints,
	bool reverseDirection
)

Parameters

floodMapReachPoints
Type: DHI.Mike1D.Generic.Spatial.GeometryICoordinateSequence
csPoints
Type: System.Collections.GenericIListFloodMapCsPoint
digiPoints
Type: DHI.Mike1D.Generic.Spatial.GeometryICoordinateSequence
reverseDirection
Type: SystemBoolean

Return Value

Type: ListFloodMapPointData
See Also