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


IStretchFunctionArguments.StretchType Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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

.NET Related Topics

How to create a Stretch function dataset