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


IRasterDefaultsEnv7.StandardDeviationsParam Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterDefaultsEnv7 Interface > IRasterDefaultsEnv7.StandardDeviationsParam Property
ArcGIS Developer Help

IRasterDefaultsEnv7.StandardDeviationsParam Property

Standard deviation parameter for the stretch renderer.

[Visual Basic .NET]
Public Property StandardDeviationsParam As Double
[C#]
public double StandardDeviationsParam {get; set;}
[C++]
HRESULT get_StandardDeviationsParam(
  double param
);
[C++]
HRESULT put_StandardDeviationsParam(
  System.Double* param
);
[C++]
Parameters
param [in]

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

Product Availability

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

See Also

IRasterDefaultsEnv7 Interface