Parameters
- name
- The name of the table to open.
Return Value
The ArcGIS.Core.Data.Table or ArcGIS.Core.Data.FeatureClass (if it is spatially enabled) associated with name.
Exception | Description |
---|---|
System.InvalidOperationException | No valid plug-in data store has been opened prior to calling this operation. -or- name cannot be opened as a ArcGIS.Core.Data.Table or ArcGIS.Core.Data.FeatureClass. |
System.ArgumentException | name is null or an empty string. |
ArcGIS.Core.Data.Exceptions.GeodatabaseException | A geodatabase-related exception has occurred. For example, the name is invalid. |
Target Platforms: Windows 11, Windows 10