public sealed class TerrainPyramidLevel
Public NotInheritable Class TerrainPyramidLevel
public sealed class TerrainPyramidLevel
Public NotInheritable Class TerrainPyramidLevel
var levelCount = terrain.GetPyramidLevelCount(); IReadOnlyList<ArcGIS.Core.Data.Analyst3D.TerrainPyramidLevel> pyramidLevels = terrain.GetPyramidLevels(); foreach (var pyramidLevel in pyramidLevels) { var resolution = pyramidLevel.Resolution; var maxScale = pyramidLevel.MaximumScale; }
System.Object
ArcGIS.Core.Data.Analyst3D.TerrainPyramidLevel
Target Platforms: Windows 11, Windows 10