Class TcoStruct
Basic structure block from which most of the structures in TcOpen derive. TcoStruct
provides construction mechanism to allow for access to the
parent function block and the context.
important
The derived structure must be initialized in the declaration of the function block `mystruct : MyCustomStructure := (Parent := THIS^)`, when nested in another structure `mystruct : MyCustomStructure := (Parent := THISSTRUCT)`. This will provide access to the `TcoContext` and parent `TcoObject`.
Inheritance
System.Object
TcoStruct
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: PlcDocu.TcoCore
Assembly: TcoCoreConnector.dll
Syntax
public abstract class TcoStruct
Constructors
| Improve this Doc View SourceTcoStruct()
Prevents creating instance of this class via public constructor
Declaration
public TcoStruct()