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


IRasterStretch2.StandardDeviationsParam Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IRasterStretch2.StandardDeviationsParam Property

The 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(
  double param
);
[C++]

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

Product Availability

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

See Also

IRasterStretch2 Interface