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


IRasterStretchMinMax.CustomStretchMin Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterStretchMinMax Interface > IRasterStretchMinMax.CustomStretchMin Property
ArcGIS Developer Help

IRasterStretchMinMax.CustomStretchMin Property

The custom minimum value for stretch renderer type "Minimum-Maximum".

[Visual Basic .NET]
Public Property CustomStretchMin As Double
[C#]
public double CustomStretchMin {get; set;}
[C++]
HRESULT get_CustomStretchMin(
  double param
);
[C++]
HRESULT put_CustomStretchMin(
  System.Double* param
);
[C++]
Parameters
param [in]

param is a parameter of type double param [out, retval]
param is a parameter of type double*

Product Availability

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

Remarks

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.

See Also

IRasterStretchMinMax Interface