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


IStretchFunctionArguments.StretchType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IS > IStretchFunctionArguments Interface > IStretchFunctionArguments.StretchType Property
ArcGIS Developer Help

IStretchFunctionArguments.StretchType Property

The stretch type.

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

pStretchType is a parameter of type esriRasterStretchType* pStretchType [in]
pStretchType is a parameter of type esriRasterStretchType

Product Availability

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

See Also

IStretchFunctionArguments Interface