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


IRasterStretch.StretchType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterStretch Interface > IRasterStretch.StretchType Property
ArcGIS Developer Help

IRasterStretch.StretchType Property

Current stretch type.

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

en_stretch is a parameter of type esriRasterStretchTypesEnum en_stretch [out, retval]
en_stretch is a parameter of type esriRasterStretchTypesEnum*

Product Availability

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

See Also

IRasterStretch Interface