Click or drag to resize

FloodMapExtensionsCreateReachPointData Method

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

Parameters

mapper
Type: DHI.Mike1D.FloodMapFloodMapper
reachId
Type: SystemString
topoId
Type: SystemString
digipoints
Type: DHI.Mike1D.Generic.Spatial.GeometryICoordinateSequence
reverseDirection
Type: SystemBoolean
crossSections
Type: DHI.Mike1D.CrossSectionModuleCrossSectionData

Return Value

Type: ListFloodMapPointData

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