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


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

IRasterStretch2.StretchStats Property

The global raster stretch statistics.

[Visual Basic .NET]
Public Property StretchStats As IArray
[C#]
public IArray StretchStats {get; set;}
[C++]
HRESULT get_StretchStats(
  IArray* ppRGBStats
);
[C++]
HRESULT putref_StretchStats(
  IArray** ppRGBStats
);
[C++]
Parameters
ppRGBStats [in]

ppRGBStats is a parameter of type IArray* ppRGBStats [out, retval]
ppRGBStats is a parameter of type IArray**

Product Availability

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

See Also

IRasterStretch2 Interface