ComponentType Enumeration

Type of component

Definition

Namespace: DHI.Mike1D.Generic
Assembly: DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public enum ComponentType

Members

Undefined0 Undefined or unknown type of component.
ADComponent1 AD transport component
NonCohesiveSediment2 Non-cohesive sediment (sand, gravel)
CohesiveSediment3 Cohesive sediment (mud)

Extension Methods

IsOneOf Returns true if enumeration is one of the listed ones.
(Defined by GenericExtensions)
IsSediment True if component type is a sediment type
(Defined by GenericExtensions)

See Also