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

referenceType
isInverse

Glossary Item Box

Returns true if the reference type is required.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As NodeBrowser
Dim referenceType As NodeId
Dim isInverse As Boolean
Dim value As Boolean
 
value = instance.IsRequired(referenceType, isInverse)
C# 
public virtual bool IsRequired( 
   NodeId referenceType,
   bool isInverse
)

Parameters

referenceType
isInverse

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.