ArcGIS Pro 2.6 API Reference Guide
GetShapeType Method (QueryDescription)

ArcGIS.Core.Data Namespace > QueryDescription Class : GetShapeType Method
Gets the geometry type on the spatial column of the underlying single table or query layer if present. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public GeometryType GetShapeType()
Public Function GetShapeType() As GeometryType

Return Value

The geometry type if the underlying single table or query layer is spatially enabled. Otherwise, Unknown 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