ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Desktop.Core Namespace / RasterImageryOptions Class / GetClipPercentage Method

In This Topic
    GetClipPercentage Method
    In This Topic
    Gets the minimum and maximum clip percentages. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public ValueTuple<double,double> GetClipPercentage()
    Public Function GetClipPercentage() As ValueTuple(Of Double,Double)

    Return Value

    Minimum and maximum clip percentages
    Exceptions
    ExceptionDescription
    This method or property must be called within the lambda passed to QueuedTask.Run.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.4 or higher.
    See Also