ArcGIS Pro 3.7 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 Sub SetZRange( _
       ByVal zMinInMeters As Double, _
       ByVal zMaxInMeters As Double _
    ) 
    public void SetZRange( 
       double zMinInMeters,
       double zMaxInMeters
    )

    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 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.5 or higher.
    See Also