Return Value
The number of datasources used in this terrain.
Exception | Description |
---|---|
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 |
var dsCount = terrain.GetDataSourceCount(); IReadOnlyList<ArcGIS.Core.Data.Analyst3D.TerrainDataSource> dataSources = terrain.GetDataSources(); foreach (var ds in dataSources) { var dsName = ds.DataSourceName; var surfaceType = ds.SurfaceType; var maxResolution = ds.MaximumResolution; var minResolution = ds.MinimumResolution; }
Target Platforms: Windows 11, Windows 10