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

In This Topic
    SetSkipFactorY Method
    In This Topic
    Sets the Y skip factor. That is the number of vertical pixels between samples. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public void SetSkipFactorY( 
       int skipfactorY
    )
    Public Sub SetSkipFactorY( _
       ByVal skipfactorY As Integer _
    ) 

    Parameters

    skipfactorY
    Exceptions
    ExceptionDescription
    This method or property must be called within the lambda passed to QueuedTask.Run.
    Remarks
    A skip factor controls the portion of the raster that is used when calculating the statistics. A value of 1 will use each pixel and a value of 2 will use every second pixel.

    The Y skip factor can only range from 1 to the number of rows in the raster.

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.4 or higher.
    See Also