ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.Data.Analyst3D Namespace / TerrainDataSource Class / IsAnchored Property

In This Topic
    IsAnchored Property
    In This Topic
    Gets if the surface type is anchored. This only applies if SurfaceType is TinSurfaceType.MassPoint.
    Syntax
    Public ReadOnly Property IsAnchored As Boolean
    public bool IsAnchored {get;}
    Remarks
    Anchor points remain through all pyramid levels of a terrain dataset. They are never filtered or thinned. This ensures they are present in the terrain surface regardless of the resolution pyramid level used.
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.2 or higher.
    See Also