ArcGIS Pro 2.6 API Reference Guide
IsSpatialQuery Method

ArcGIS.Core.Data Namespace > QueryDescription Class : IsSpatialQuery Method
Indicates if the query resultset is spatial. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public bool IsSpatialQuery()
Public Function IsSpatialQuery() As Boolean

Return Value

true if the query resultset is spatial; otherwise, false.
Exceptions
ExceptionDescription
A database-related exception has occurred.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

QueryDescription Class
QueryDescription Members