Visual Basic (Usage) | ![]() |
---|---|
Dim instance As NodeTable Dim nodeSet As NodeSet Dim externalReferences As IDictionary(Of NodeId,IList(Of IReference)) Dim value As List(Of Node) value = instance.Import(nodeSet, externalReferences) |
C# | |
---|---|
public List<Node> Import( NodeSet nodeSet, IDictionary<NodeId,IList<IReference>> externalReferences ) |
Parameters
- nodeSet
- The node set.
- externalReferences
- The external references.
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x