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