Index: DamEngine/trunk/src/Deltares.DamEngine.Data/General/DAMEnumerations.cs =================================================================== diff -u -r1117 -r1121 --- DamEngine/trunk/src/Deltares.DamEngine.Data/General/DAMEnumerations.cs (.../DAMEnumerations.cs) (revision 1117) +++ DamEngine/trunk/src/Deltares.DamEngine.Data/General/DAMEnumerations.cs (.../DAMEnumerations.cs) (revision 1121) @@ -177,18 +177,18 @@ public enum PlLineType { - PL1, - PL2, - PL3, - PL4 + Pl1, + Pl2, + Pl3, + Pl4 } public enum PlLinePointPositionXzType { - OnPLLine, - AbovePLLine, - BelowPLLine, - BeyondPLLine // indicates that point is outside the scope of the pl line. + OnPlLine, + AbovePlLine, + BelowPlLine, + BeyondPlLine // indicates that point is outside the scope of the pl line. }; // TODO: RW this is regional specific code and should be moved to its own class