Added CapSPIfLastLower=True for Catawba and McGuire
Added CapROIfLastLower=False for Catawba and McGuire Added CapSPIfLastLower for Catawba and McGuire so that only setpoint ROs are uppercased if the surounding text is uppercase.
This commit is contained in:
@@ -9,6 +9,9 @@ namespace fmtxml
|
||||
{
|
||||
private void AddMCGfmt(ref FormatData fmtdata) // McGuire
|
||||
{
|
||||
// Fix Logic for CAPSPIfLastLower
|
||||
fmtdata.ROData.CapRoIfLastLower = "False";
|
||||
fmtdata.ROData.CapSPIfLastLower = "True";
|
||||
//fmtdata.SectData.StepSectionData.StpSectLayData.Separator.SeparatorLocation = 2;
|
||||
fmtdata.SectData.StepSectionData.StpSectLayData.ColT = -3;
|
||||
fmtdata.SectData.StepSectionData.StpSectLayData.WidT = 390;
|
||||
|
Reference in New Issue
Block a user