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

In This Topic
    SetNumberOfStandardDeviation Method
    In This Topic
    Sets the number of standard deviations. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public void SetNumberOfStandardDeviation( 
       double value
    )
    Public Sub SetNumberOfStandardDeviation( _
       ByVal value As Double _
    ) 

    Parameters

    value
    Exceptions
    ExceptionDescription
    This method or property must be called within the lambda passed to QueuedTask.Run.
    Number cannot be Nan.
    Remarks
    The number of standard deviations must be a number between 0.01 and 100. If a value is supplied outside this range then it is converted to be within the range.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.4 or higher.
    See Also