Opc.Ua.Di.UIElementState.UIElementState C# (CSharp) Method

UIElementState() public method

Initializes the type with its default attribute values.
public UIElementState ( NodeState parent ) : System
parent NodeState
return System
        public UIElementState(NodeState parent)
            : base(parent)
        {
        }