public TableDefinition GetDefinition( string name )
Public Function GetDefinition( _ ByVal name As String _ ) As TableDefinition
Parameters
- name
- The name of the dataset.
Return Value
A ArcGIS.Core.Data.TableDefinition instance.
public TableDefinition GetDefinition( string name )
Public Function GetDefinition( _ ByVal name As String _ ) As TableDefinition
Exception | Description |
---|---|
System.InvalidOperationException | Could not get the definition for the dataset '{0}'. Please make sure a valid realtime data store has been opened first. |
System.ArgumentException | name The argument cannot be null or an empty string. |
ArcGIS.Core.Data.Exceptions.GeodatabaseCatalogDatasetException | name does not exist or cannot be opened in the data store. |
ArcGIS.Core.Data.Exceptions.GeodatabaseException | A geodatabase-related exception has occurred. |
ArcGIS.Core.CalledOnWrongThreadException | This method or property must be called within the lambda passed to QueuedTask.Run. |
Target Platforms: Windows 11, Windows 10