ArcGIS Pro 3.5 API Reference Guide
ArcGIS.Core.Data.Analyst3D Namespace / LasDataset Class / GetPyramidInfo Method

In This Topic
    GetPyramidInfo Method
    In This Topic
    Retrieves the pyramid info from a LAS Dataset. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public LasPyramidInfo GetPyramidInfo()
    Public Function GetPyramidInfo() As LasPyramidInfo
    Exceptions
    ExceptionDescription
    This method or property must be called within the lambda passed to QueuedTask.Run
    Remarks
    If the returned LasPyramidInfo.HasPyramid value is false, then no pyramids exist for the dataset, and LasPyramidInfo.IsPyramidUpToDate will also be false and LasPyramidInfo.PyramidType will be LasPointSelection.None.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.5 or higher.
    See Also