Opc.Ua.Core
Remove Method (ViewTable)



Opc.Ua Namespace > ViewTable Class : Remove Method
The view identifier.
Removes a view from the table.
Syntax
'Declaration
 
Public Sub Remove( _
   ByVal viewId As NodeId _
) 
'Usage
 
Dim instance As ViewTable
Dim viewId As NodeId
 
instance.Remove(viewId)
public void Remove( 
   NodeId viewId
)
public:
void Remove( 
   NodeId^ viewId
) 

Parameters

viewId
The view identifier.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ViewTable Class
ViewTable Members