public enum ComponentType| Undefined | 0 | Undefined or unknown type of component. |
| ADComponent | 1 | AD transport component |
| NonCohesiveSediment | 2 | Non-cohesive sediment (sand, gravel) |
| CohesiveSediment | 3 | Cohesive sediment (mud) |
| 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) |