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

In This Topic
    SetSkipFactorX Method
    In This Topic
    Sets 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 void SetSkipFactorX( 
       int skipfactorX
    )
    Public Sub SetSkipFactorX( _
       ByVal skipfactorX As Integer _
    ) 

    Parameters

    skipfactorX
    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