ArcGIS Pro 2.9 API Reference Guide
ExecuteQueryXML(Int32) Method

ArcGIS.Desktop.Workflow.Models Namespace > JobsManager Class > ExecuteQueryXML Method : ExecuteQueryXML(Int32) Method
The ID of the query to execute
Executes a query by ID and return the XML results. This method must be called on the MCT. Use QueuedTask.Run
Syntax
public string ExecuteQueryXML( 
   int queryID
)
Public Overloads Function ExecuteQueryXML( _
   ByVal queryID As Integer _
) As String

Parameters

queryID
The ID of the query to execute

Return Value

A string containing the XML results
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

JobsManager Class
JobsManager Members
Overload List