Click or drag to resize

CrossSectionPointList Class

Inheritance Hierarchy
SystemObject
  DHI.Mike1D.CrossSectionModuleCrossSectionPointList

Namespace:  DHI.Mike1D.CrossSectionModule
Assembly:  DHI.Mike1D.CrossSectionModule (in DHI.Mike1D.CrossSectionModule.dll) Version: 18.0.0.0 (11.1.1.1111)
Syntax
C#
public class CrossSectionPointList : IList<ICrossSectionPoint>, 
	ICollection<ICrossSectionPoint>, IEnumerable<ICrossSectionPoint>, IEnumerable, 
	ICloneable, IExtensibleDataObject

The CrossSectionPointList type exposes the following members.

Constructors
  NameDescription
Public methodCrossSectionPointList
Initializes a new instance of the CrossSectionPointList class
Top
Properties
Methods
  NameDescription
Public methodAdd
Public methodAddRange
Public methodCalculateLocalBottomLevel
Public methodClear
Public methodClone
Public methodContains
Public methodCopyTo
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 methodFindPointIndeces(Double)
Public methodFindPointIndeces(Double, Double)
Public methodFindPointIndex(Double, Boolean)
Public methodFindPointIndex(Double, Double, Boolean)
Public methodGetEnumerator
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetXMax
Public methodGetXMin
Public methodIndexOf
Public methodInsert
Public methodInsertRange
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPrepare
Public methodRemove
Public methodRemoveAt
Public methodRemoveRange
Public methodToArrayT
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodBinarySearchICrossSectionPoint(ICrossSectionPoint)Overloaded. (Defined by GenericExtensions.)
Public Extension MethodBinarySearchICrossSectionPoint(FuncICrossSectionPoint, Int32)Overloaded. (Defined by GenericExtensions.)
Public Extension MethodBinarySearchICrossSectionPoint(ICrossSectionPoint, IComparerICrossSectionPoint)Overloaded. (Defined by GenericExtensions.)
Public Extension MethodBinarySearchICrossSectionPoint, TKey(FuncICrossSectionPoint, TKey, TKey)Overloaded. (Defined by GenericExtensions.)
Public Extension MethodBinarySearchICrossSectionPoint, TKey(FuncICrossSectionPoint, TKey, TKey, IComparerTKey)Overloaded. (Defined by GenericExtensions.)
Public Extension MethodFindIndexICrossSectionPoint(PredicateICrossSectionPoint)Overloaded. (Defined by GenericExtensions.)
Public Extension MethodFindIndexICrossSectionPoint(Int32, PredicateICrossSectionPoint)Overloaded. (Defined by GenericExtensions.)
Public Extension MethodSortICrossSectionPointOverloaded. (Defined by GenericExtensions.)
Public Extension MethodSortICrossSectionPoint(IComparerICrossSectionPoint)Overloaded. (Defined by GenericExtensions.)
Public Extension MethodSortStableICrossSectionPointOverloaded. (Defined by GenericExtensions.)
Public Extension MethodSortStableICrossSectionPoint(IComparerICrossSectionPoint)Overloaded. (Defined by GenericExtensions.)
Public Extension MethodSortStableICrossSectionPoint(ComparisonICrossSectionPoint)Overloaded. (Defined by GenericExtensions.)
Top
See Also