ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data Namespace / QueryDescription Class / GetShapeType Method

In This Topic
    GetShapeType Method (QueryDescription)
    In This Topic
    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 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also