ArcGIS Pro 2.6 API Reference Guide
GetSRID Method

ArcGIS.Core.Data Namespace > QueryDescription Class : GetSRID Method
Gets the spatial reference ID of the resultset. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public string GetSRID()
Public Function GetSRID() As String

Return Value

The spatial reference ID of the resultset.
Exceptions
ExceptionDescription
A database-related exception has occurred.
Remarks
If GetShapeColumnName returns an empty string, calling this method will cause an exception.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

QueryDescription Class
QueryDescription Members