ArcGIS Pro 2.9 API Reference Guide
GetDefinition Method (PluginDatastore)

ArcGIS.Core.Data.PluginDatastore Namespace > PluginDatastore Class : GetDefinition Method
The name of the table to open.
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, Windows 8.1

See Also

Reference

PluginDatastore Class
PluginDatastore Members