CrossSectionDataCrossSectionEnumerator Class

Enumerator class thats enumerates the list of crossSections sorted by branch, topoid and chainage

Definition

Namespace: DHI.Mike1D.CrossSectionModule
Assembly: DHI.Mike1D.CrossSectionModule (in DHI.Mike1D.CrossSectionModule.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public class CrossSectionEnumerator : IEnumerator<ICrossSection>, 
	IEnumerator, IDisposable
Inheritance
Object    CrossSectionDataCrossSectionEnumerator
Implements
IEnumeratorICrossSection, IEnumerator, IDisposable

Constructors

CrossSectionDataCrossSectionEnumerator Cross section enumerator constructor

Properties

Current Gets the element in the collection at the current position of the enumerator.

Methods

Dispose Dispose method does nothing.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
MoveNext Advances the enumerator to the next element of the collection.
Reset Sets the enumerator to its initial position, which is before the first element in the collection.
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also