DoesElementExist MethodSave PDFSave selected topicSave selected topic and subtopicsSave all topicsShareShare to emailCopy topic URLLast UpdatedNov 06, 20251 minute readOperations and ExecutionManufacturing Execution System 2023 R2 Checks to see if an element exists in the xml documentSyntax Visual BasicC# 'Declaration Public Function DoesElementExist( _ ByVal ElemName As String _ ) As Boolean 'Usage Dim instance As XMLParser Dim ElemName As String Dim value As Boolean value = instance.DoesElementExist(ElemName) public bool DoesElementExist( string ElemName ) ParametersElemName The element to look for Return ValueTrue if foundSee AlsoReferenceXMLParser ClassXMLParser Members In This Topic
Checks to see if an element exists in the xml documentSyntax Visual BasicC# 'Declaration Public Function DoesElementExist( _ ByVal ElemName As String _ ) As Boolean 'Usage Dim instance As XMLParser Dim ElemName As String Dim value As Boolean value = instance.DoesElementExist(ElemName) public bool DoesElementExist( string ElemName ) ParametersElemName The element to look for Return ValueTrue if foundSee AlsoReferenceXMLParser ClassXMLParser Members
Checks to see if an element exists in the xml documentSyntax Visual BasicC# 'Declaration Public Function DoesElementExist( _ ByVal ElemName As String _ ) As Boolean 'Usage Dim instance As XMLParser Dim ElemName As String Dim value As Boolean value = instance.DoesElementExist(ElemName) public bool DoesElementExist( string ElemName ) ParametersElemName The element to look for Return ValueTrue if foundSee AlsoReferenceXMLParser ClassXMLParser Members
Checks to see if an element exists in the xml documentSyntax Visual BasicC# 'Declaration Public Function DoesElementExist( _ ByVal ElemName As String _ ) As Boolean 'Usage Dim instance As XMLParser Dim ElemName As String Dim value As Boolean value = instance.DoesElementExist(ElemName) public bool DoesElementExist( string ElemName ) ParametersElemName The element to look for Return ValueTrue if foundSee AlsoReferenceXMLParser ClassXMLParser Members