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

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

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

    ArcGIS Pro version: 3.4 or higher.
    See Also