This document is archived and information here might be outdated.  Recommended version.


IStretchFunctionArguments.NumberOfStandardDeviations Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IStretchFunctionArguments.NumberOfStandardDeviations Property

The number of standard deviations for standard deviation stretch.

[Visual Basic .NET]
Public Property NumberOfStandardDeviations As Double
[C#]
public double NumberOfStandardDeviations {get; set;}
[C++]
HRESULT get_NumberOfStandardDeviations(
  double* pNumStdDevs
);
[C++]
HRESULT put_NumberOfStandardDeviations(
  double pNumStdDevs
);
[C++]

Parameters pNumStdDevs [out, retval] pNumStdDevs is a parameter of type double pNumStdDevs [in] pNumStdDevs is a parameter of type double

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IStretchFunctionArguments Interface