This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IS > IStretchFunctionArguments Interface > IStretchFunctionArguments.StretchType Property (ArcObjects .NET 10.5 SDK) |
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