ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.Data.PluginDatastore Namespace / PluginDatastore Class / GetDefinition Method
The name of the table to open.

In This Topic
    GetDefinition Method (PluginDatastore)
    In This Topic
    Gets the ArcGIS.Core.Data.TableDefinition or ArcGIS.Core.Data.FeatureClassDefinition (if the table returned by OpenTable can be cast to ArcGIS.Core.Data.FeatureClass) associated with name. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    Public Function GetDefinition( _
       ByVal name As String _
    ) As TableDefinition
    public TableDefinition GetDefinition( 
       string name
    )

    Parameters

    name
    The name of the table to open.

    Return Value

    Exceptions
    ExceptionDescription
    No valid plug-in data store has been opened prior to calling this operation.
    name is null or an empty string.
    A geodatabase-related exception has occurred.
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also