From dbf6f8feee5c4e573f8cd35ddb4c0214a1c68540 Mon Sep 17 00:00:00 2001 From: Kathy Date: Wed, 29 May 2013 14:55:32 +0000 Subject: [PATCH] --- PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs | 8 ++++++++ 1 file changed, 8 insertions(+) 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 {