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

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

    Return Value

    The extent of this plug-in table if it supports spatial functionality. The default is null (i.e., a non-spatial table).
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also