Skip to main content

Temp

Logic 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; }
}
tip

Each properties must be decorated by Local Variable Attribute.