diff --git a/PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs b/PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs index 3eadfe3c..36cb5223 100644 --- a/PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs +++ b/PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs @@ -3078,6 +3078,14 @@ namespace VEPROMS.CSLA.Library return LazyLoad(ref _RNOSepString, "@RNOSepString"); } } + private LazyLoad _RNOSepLineLength; + public float? RNOSepLineLength + { + get + { + return LazyLoad(ref _RNOSepLineLength, "@RNOSepLineLength"); + } + } private LazyLoad _HLStpSeparatorString; public string HLStpSeparatorString {