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

In This Topic
    GetSkipFactorY Method
    In This Topic
    Gets 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 int GetSkipFactorY()
    Public Function GetSkipFactorY() As Integer

    Return Value

    The Y skip factor.
    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