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


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

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 [in]

stats is a parameter of type esriRasterStretchStatsTypeEnum stats [out, retval]
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