BuildRootNode 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 Builds the root node of an XML document - this is always the 1st step Throws an exception if the call fails for any reasonSyntax Visual BasicC# 'Declaration Public Sub BuildRootNode( _ ByVal rootName As String _ ) 'Usage Dim instance As XMLBuilder Dim rootName As String instance.BuildRootNode(rootName) public void BuildRootNode( string rootName ) ParametersrootName The XML root node name to use for this command See AlsoReferenceXMLBuilder ClassXMLBuilder Members In This Topic
Builds the root node of an XML document - this is always the 1st step Throws an exception if the call fails for any reasonSyntax Visual BasicC# 'Declaration Public Sub BuildRootNode( _ ByVal rootName As String _ ) 'Usage Dim instance As XMLBuilder Dim rootName As String instance.BuildRootNode(rootName) public void BuildRootNode( string rootName ) ParametersrootName The XML root node name to use for this command See AlsoReferenceXMLBuilder ClassXMLBuilder Members
Builds the root node of an XML document - this is always the 1st step Throws an exception if the call fails for any reasonSyntax Visual BasicC# 'Declaration Public Sub BuildRootNode( _ ByVal rootName As String _ ) 'Usage Dim instance As XMLBuilder Dim rootName As String instance.BuildRootNode(rootName) public void BuildRootNode( string rootName ) ParametersrootName The XML root node name to use for this command See AlsoReferenceXMLBuilder ClassXMLBuilder Members
Builds the root node of an XML document - this is always the 1st step Throws an exception if the call fails for any reasonSyntax Visual BasicC# 'Declaration Public Sub BuildRootNode( _ ByVal rootName As String _ ) 'Usage Dim instance As XMLBuilder Dim rootName As String instance.BuildRootNode(rootName) public void BuildRootNode( string rootName ) ParametersrootName The XML root node name to use for this command See AlsoReferenceXMLBuilder ClassXMLBuilder Members