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

In This Topic
    GetSkipFactorX Method
    In This Topic
    Gets the X skip factor. That is the number of horizontal pixels between samples. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public int GetSkipFactorX()
    Public Function GetSkipFactorX() As Integer

    Return Value

    The X 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 X skip factor can only range from 1 to the number of columns in the raster.

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.4 or higher.
    See Also