Visual Basic (Usage) | ![]() |
---|---|
Dim instance As ITypeTable Dim typeId As ExpandedNodeId Dim value As Boolean value = instance.IsKnown(typeId) |
C# | |
---|---|
bool IsKnown( ExpandedNodeId typeId ) |
Parameters
- typeId
- The type extended identifier.
Return Value
true
if the specified type id is known; otherwise, false
.Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x