ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.Analyst3D Namespace / LasPoint Class / FileIndex Property

In This Topic
    FileIndex Property
    In This Topic
    Gets the index of the LAS file that the point is found in. This is 0-based. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public int FileIndex {get;}
    Public ReadOnly Property FileIndex As Integer
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.2 or higher.
    See Also