Click or drag to resize

ReachCrossSectionsGetChainageSortedCrossSections Method

If set is not global, return the list of chainage sorted cross sections. Otherwise null.

Namespace:  DHI.Mike1D.CrossSectionModule
Assembly:  DHI.Mike1D.CrossSectionModule (in DHI.Mike1D.CrossSectionModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public SortedList<double, ICrossSection> GetChainageSortedCrossSections()

Return Value

Type: SortedListDouble, ICrossSection
A SortedDictionary, sorted on chainage
See Also