Visual Basic (Usage) | ![]() |
---|---|
Dim instance As ITypeTable Dim subTypeId As NodeId Dim superTypeId As NodeId Dim value As Boolean value = instance.IsTypeOf(subTypeId, superTypeId) |
C# | |
---|---|
bool IsTypeOf( NodeId subTypeId, NodeId superTypeId ) |
Parameters
- subTypeId
- The subtype identifier.
- superTypeId
- The supertype identyfier.
Return Value
true
if superTypeId is supertype of subTypeId; otherwise, false
.Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x