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


IRasterStretch2.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 > IRasterStretch2 Interface > IRasterStretch2.StandardDeviationsParam Property
ArcGIS Developer Help

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(
  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

IRasterStretch2 Interface