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

In This Topic
    GetShapeType Method (PluginTableTemplate)
    In This Topic
    Gets the ArcGIS.Core.Geometry.GeometryType of this plug-in table if it supports spatial functionality.
    Syntax
    public virtual GeometryType GetShapeType()
    Public Overridable Function GetShapeType() As GeometryType

    Return Value

    The type of shape this plug-in table supports. The default is ArcGIS.Core.Geometry.GeometryType.Unknown (i.e., a non-spatial table).
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also