ArcGIS Pro 3.5 API Reference Guide
ArcGIS.Core.CIM Namespace / LasFilter Class / GetZRange Method

In This Topic
    GetZRange Method
    In This Topic
    Gets the Min and Max Z Range filter values, in meters.
    Syntax
    public ValueTuple<double,double> GetZRange()
    Public Function GetZRange() As ValueTuple(Of Double,Double)
    Remarks
    If the Min Z value is greater than the Max Z value, an unlimited range will be returned.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.5 or higher.
    See Also