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


IRasterDRAShader.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 > IRasterDRAShader Interface > IRasterDRAShader.StretchType Property
ArcGIS Developer Help

IRasterDRAShader.StretchType Property

The stretch type.

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

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

Product Availability

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

See Also

IRasterDRAShader Interface