ArcGIS Pro 2.9 API Reference Guide
GetShapeType Method (PluginTableTemplate)

ArcGIS.Core.Data.PluginDatastore Namespace > PluginTableTemplate Class : GetShapeType Method
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, Windows 8.1

See Also

Reference

PluginTableTemplate Class
PluginTableTemplate Members