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


IStretchFunctionArguments.NumberOfStandardDeviations Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IS > IStretchFunctionArguments Interface > IStretchFunctionArguments.NumberOfStandardDeviations Property
ArcGIS Developer Help

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(
  System.Double* pNumStdDevs
);
[C++]
Parameters
pNumStdDevs [in]

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

Product Availability

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

See Also

IStretchFunctionArguments Interface