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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.HL7 Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.