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

In This Topic
    SetZRange Method
    In This Topic
    Sets the Min and Max Z Range filter values, in meters.
    Syntax
    public void SetZRange( 
       double zMinInMeters,
       double zMaxInMeters
    )
    Public Sub SetZRange( _
       ByVal zMinInMeters As Double, _
       ByVal zMaxInMeters As Double _
    ) 

    Parameters

    zMinInMeters
    zMaxInMeters
    Exceptions
    ExceptionDescription
    Thrown if the max value is less than the min value.
    Remarks
    If the Min Z value is greater than the Max Z value, an exception will be thrown.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.5 or higher.
    See Also