C2021-018 flags to show Alarm Point RO info in step editor
This commit is contained in:
@@ -149,6 +149,14 @@ namespace VEPROMS.CSLA.Library
|
||||
return LazyLoad(ref _ROLkUpMatch, "@ROLkUpMatch");
|
||||
}
|
||||
}
|
||||
private LazyLoad<bool> _ROLkUpInEditor; // C2021-018 (BNPP Alarms format)
|
||||
public bool ROLkUpInEditor
|
||||
{
|
||||
get
|
||||
{
|
||||
return LazyLoad(ref _ROLkUpInEditor, "@ROLkUpInEditor");
|
||||
}
|
||||
}
|
||||
private LazyLoad<int?> _MaxWidth;
|
||||
public int? MaxWidth
|
||||
{
|
||||
|
Reference in New Issue
Block a user