EasyUA Reference
AddSubtype(NodeId,NodeId) Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > TypeTable Class : AddSubtype(NodeId,NodeId) Method

subTypeId
The sub type identifier.
superTypeId
The super type identifier.

Glossary Item Box

Adds type to the table. A browse name is only required if it is a ReferenceType.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As TypeTable
Dim subTypeId As NodeId
Dim superTypeId As NodeId
 
instance.AddSubtype(subTypeId, superTypeId)
C# 
public void AddSubtype( 
   NodeId subTypeId,
   NodeId superTypeId
)

Parameters

subTypeId
The sub type identifier.
superTypeId
The super type identifier.

Remarks

Updates the any existing entry.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.