TempLogic block such as FB FC OB. Contain protected Temp section which can be used during building logic inside the block.public class _Temp : TempDynamicSection{ public _Temp(object parent) : base(parent) { } [LocalVariable] public StructCodeSymbol<Temp> Temp { get; private set; }}CopytipEach properties must be decorated by Local Variable Attribute.