ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.Analyst3D Namespace / TerrainWindowSizeProperties Class
Members Example

In This Topic
    TerrainWindowSizeProperties Class
    In This Topic
    Represents the window size properties of the terrain. See TerrainDefinition.GetPyramidWindowSizeProperties.
    Syntax
    public sealed class TerrainWindowSizeProperties 
    Public NotInheritable Class TerrainWindowSizeProperties 
    Example
    Get Pyramid Information from a TerrainDefinition
    var pyramidType = terrainDef.GetPyramidType();
    var pyramidProps = terrainDef.GetPyramidWindowSizeProperties();
    
    var method = pyramidProps.Method;
    var threshold = pyramidProps.ZThreshold;
    var strategy = pyramidProps.ZThresholdStrategy;
    Inheritance Hierarchy

    System.Object
       ArcGIS.Core.Data.Analyst3D.TerrainWindowSizeProperties

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.2 or higher.
    See Also