![]() |
This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IS > IStretchFunctionArguments Interface > IStretchFunctionArguments.NumberOfStandardDeviations Property (ArcObjects .NET 10.5 SDK) |
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