This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterStretchMinMax Interface > IRasterStretchMinMax.CustomStretchMax Property (ArcObjects .NET 10.4 SDK) |
The custom maximum value for stretch renderer type "Minimum-Maximum".
[Visual Basic .NET] Public Property CustomStretchMax As Double
[C#] public double CustomStretchMax {get; set;}
[C++]
HRESULT get_CustomStretchMax(
double* param
);
[C++]
HRESULT put_CustomStretchMax(
double param
);
[C++]
Parameters param [out, retval] param is a parameter of type double param [in] param is a parameter of type double
The CustomStretchMax and CustomStretchMin properties specify custom minimum and maximum values to be used.
The property IRasterStretchType::StretchType must be set to be esriRasterStretch_MinimumMaximum before using the custom minimum and maximum values.