Public Function GetDefinitions(Of T As Definition)() As IReadOnlyList(Of T)
public IReadOnlyList<T> GetDefinitions<T>() where T: Definition
Type Parameters
- T
- The type of dataset definition.
Public Function GetDefinitions(Of T As Definition)() As IReadOnlyList(Of T)
public IReadOnlyList<T> GetDefinitions<T>() where T: Definition
| Exception | Description |
|---|---|
| System.InvalidOperationException | The DatasetType corresponding to type T is not supported. |
| ArcGIS.Core.Data.Exceptions.GeodatabaseException | A geodatabase-related exception has occurred. |
Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)