CrossLineCreatorFindCrossLineLocationsGridPoints Method

Create a list of cross lines with their chainage location, including locations of all grid points in the reach. If no grid points are present in reach, use cross sections and MaximumDx to add additional grid points

Definition

Namespace: DHI.Mike1D.FloodMap
Assembly: DHI.Mike1D.FloodMap (in DHI.Mike1D.FloodMap.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public List<CrossLineData> FindCrossLineLocationsGridPoints(
	List<CrossLineData> crossSections,
	INetworkReach reach
)

Parameters

crossSections  ListCrossLineData
Cross section points in reach
reach  INetworkReach
reach

Return Value

ListCrossLineData
List of cross lines, containing only chainage and cross line type

See Also