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

GetDefaultDataTypeId() protected method

Returns the id of the default data type node for the instance.
protected GetDefaultDataTypeId ( Opc.Ua.NamespaceTable namespaceUris ) : Opc.Ua.NodeId
namespaceUris Opc.Ua.NamespaceTable
return Opc.Ua.NodeId
        protected override NodeId GetDefaultDataTypeId(NamespaceTable namespaceUris)
        {
            return Opc.Ua.NodeId.Create(Opc.Ua.DataTypes.BaseDataType, Opc.Ua.Namespaces.OpcUa, namespaceUris);
        }