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


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

IRasterStretch2.StretchStatsType Property

The current stretch statistics type.

[Visual Basic .NET]
Public Property StretchStatsType As esriRasterStretchStatsTypeEnum
[C#]
public esriRasterStretchStatsTypeEnum StretchStatsType {get; set;}
[C++]
HRESULT get_StretchStatsType(
  esriRasterStretchStatsTypeEnum* stats
);
[C++]
HRESULT put_StretchStatsType(
  esriRasterStretchStatsTypeEnum stats
);
[C++]

Parameters stats [out, retval]
stats is a parameter of type esriRasterStretchStatsTypeEnum stats [in]
stats is a parameter of type esriRasterStretchStatsTypeEnum

Product Availability

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

Remarks

The StretchStatsType property specifies the stretch statistics type. The option esriRasterStretchStats_AreaOfView uses statistics dynamically calculated from the current display area, whereby the option esriRasterStretchStats_Dataset uses statistics from the raster dataset, and the option esriRasterStretchStats_GlobalStats uses user-defined statistics. 

See Also

IRasterStretch2 Interface