Opc.Ua.Core
LoadFromXml Method (NodeStateCollection)



Opc.Ua Namespace > NodeStateCollection Class : LoadFromXml Method
Reads the schema information from a XML document.
Syntax
'Declaration
 
Public Sub LoadFromXml( _
   ByVal context As ISystemContext, _
   ByVal istrm As Stream, _
   ByVal updateTables As Boolean _
) 
'Usage
 
Dim instance As NodeStateCollection
Dim context As ISystemContext
Dim istrm As Stream
Dim updateTables As Boolean
 
instance.LoadFromXml(context, istrm, updateTables)
public void LoadFromXml( 
   ISystemContext context,
   Stream istrm,
   bool updateTables
)
public:
void LoadFromXml( 
   ISystemContext^ context,
   Stream^ istrm,
   bool updateTables
) 

Parameters

context
istrm
updateTables
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

NodeStateCollection Class
NodeStateCollection Members