Click or drag to resize

FloodMapExtensionsCreateReachPointData Method

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
public static List<FloodMapPointData> CreateReachPointData(
	this FloodMapper mapper,
	string reachId,
	string topoId,
	ICoordinateSequence digipoints,
	bool reverseDirection,
	CrossSectionData crossSections
)

Parameters

mapper
Type: DHI.Mike1D.FloodMapFloodMapper
Flood mapper to work with
reachId
Type: SystemString
Id of reach, used for looking up in cross section database
topoId
Type: SystemString
Topo for reach, used for looking up in cross section database
digipoints
Type: ICoordinateSequence
Digipoints to create flood map data for
reverseDirection
Type: SystemBoolean
Flag indicating if reach is defined in reverse direction. It will flip the left and right hand side of the river
crossSections
Type: DHI.Mike1D.CrossSectionModuleCrossSectionData
Cross section database

Return Value

Type: ListFloodMapPointData

[Missing <returns> documentation for "M:DHI.Mike1D.FloodMap.FloodMapExtensions.CreateReachPointData(DHI.Mike1D.FloodMap.FloodMapper,System.String,System.String,DHI.Mike1D.Generic.Spatial.Geometry.ICoordinateSequence,System.Boolean,DHI.Mike1D.CrossSectionModule.CrossSectionData)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type FloodMapper. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also