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


IRasterStretch2.StretchType Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IRasterStretch2.StretchType Property

The current stretch type.

[Visual Basic .NET]
Public Property StretchType As esriRasterStretchTypesEnum
[C#]
public esriRasterStretchTypesEnum StretchType {get; set;}
[C++]
HRESULT get_StretchType(
  esriRasterStretchTypesEnum* stretch
);
[C++]
HRESULT put_StretchType(
  esriRasterStretchTypesEnum stretch
);
[C++]

Parameters stretch [out, retval]
stretch is a parameter of type esriRasterStretchTypesEnum stretch [in]
stretch is a parameter of type esriRasterStretchTypesEnum

Product Availability

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

See Also

IRasterStretch2 Interface