ArcGIS Pro 3.3 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 TableDefinition GetDefinition( 
       string name
    )
    Public Function GetDefinition( _
       ByVal name As String _
    ) As TableDefinition

    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, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also