ConstConst is used in FB FC OB as protected static section. Symbol from it can be used in building logic.public class Const : ConstDynamicSection{ public Const(object parent) : base(parent) { } [LiteralConstant] public SimpleCodeSymbol<Bool> Const1 { get; private set; }}CopytipEach properties must be decorated by attribute Literal Const.