Click or drag to resize

ReachCrossSections Class

Class containing all crossSections for one reach/topo-id combination. It can either contain one global cross section (the MikeUrban way, ID based), or a set of crosssections, sorted on chainage (the Mike11 way, ID+chainage based). In case of a set of cross-sections, each cross section must have a valid Location.
Inheritance Hierarchy
SystemObject
  DHI.Mike1D.CrossSectionModuleReachCrossSections

Namespace:  DHI.Mike1D.CrossSectionModule
Assembly:  DHI.Mike1D.CrossSectionModule (in DHI.Mike1D.CrossSectionModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public class ReachCrossSections : IEnumerable<ICrossSection>, 
	IEnumerable

The ReachCrossSections type exposes the following members.

Properties
  NameDescription
Public propertyCount
Number of cross sections in reach
Public propertyGlobalCrossSection
Get/Set the global cross-section.
Public propertyReachId
Reach-Id of all reaches in this object
Public propertyTopoId
Topo-Id of all reaches in this object
Top
Methods
  NameDescription
Public methodAdd
Add cross section to set. This will fail if set is global.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetChainageSortedCrossSections
If set is not global, return the list of chainage sorted cross sections. Otherwise null.
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsGlobal
Returns true if this set holds only one global cross section
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also