NodeExist Method

Summary

Checks if the given node exists, the search starts at the given nodeAnchor.

Syntax
C#
VB
C++
Public Function NodeExist( _ 
   ByVal name As String, _ 
   ByVal nodeAnchor As INodeItem _ 
) As Boolean 
public bool NodeExist( 
   string name, 
   INodeItem nodeAnchor 
) 
public: 
bool NodeExist(  
   String^ name, 
   INodeItem^ nodeAnchor 
)  

Parameters

name
Item's name to search for.

nodeAnchor
Starting point

Return Value

True if found, otherwise is false.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.HL7 Assembly