ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Desktop.Core Namespace / RasterImageryOptions Class / SetClipPercentage Method
minimum clip percentage
maximum clip percentage

In This Topic
    SetClipPercentage Method
    In This Topic
    Sets the minimum and maximum clip percentages. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public void SetClipPercentage( 
       double minValue,
       double maxValue
    )
    Public Sub SetClipPercentage( _
       ByVal minValue As Double, _
       ByVal maxValue As Double _
    ) 

    Parameters

    minValue
    minimum clip percentage
    maxValue
    maximum clip percentage
    Exceptions
    ExceptionDescription
    This method or property must be called within the lambda passed to QueuedTask.Run.
    Percentage values must be between 0 and 100.
    Remarks
    The minimum and maximum values must be between 0 and 100. The combined total should also be less than 100.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.4 or higher.
    See Also