This document is archived and information here might be outdated. Recommended version. |
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*
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.