ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Desktop.Core Namespace / RasterImageryOptions Class / SetStretchType Method
The stretch type.

In This Topic
    SetStretchType Method
    In This Topic
    Syntax
    public void SetStretchType( 
       RasterStretchType stretchType
    )
    Public Sub SetStretchType( _
       ByVal stretchType As RasterStretchType _
    ) 

    Parameters

    stretchType
    The stretch type.
    Exceptions
    ExceptionDescription
    This method or property must be called within the lambda passed to QueuedTask.Run.
    An invalid stretch type was specified.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.4 or higher.
    See Also