public IReadOnlyList<T> GetDefinitions<T>() where T: Definition
Public Function GetDefinitions(Of T As Definition)() As IReadOnlyList(Of T)
Type Parameters
- T
- The type of dataset definition.
public IReadOnlyList<T> GetDefinitions<T>() where T: Definition
Public Function GetDefinitions(Of T As Definition)() As IReadOnlyList(Of T)
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, Windows 10