ArcGIS Pro 2.6 API Reference Guide
GetShapeColumnName Method

ArcGIS.Core.Data Namespace > QueryDescription Class : GetShapeColumnName Method
Gets the name of the geometry column if present. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public string GetShapeColumnName()
Public Function GetShapeColumnName() As String

Return Value

The name of the geometry column if present. Otherwise, an empty string is returned.
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