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


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

IStretchFunctionArguments.Min Property

The current minimum output value.

[Visual Basic .NET]
Public Property Min As Double
[C#]
public double Min {get; set;}
[C++]
HRESULT get_Min(
  double* pMinValue
);
[C++]
HRESULT put_Min(
  double pMinValue
);
[C++]

Parameters pMinValue [out, retval] pMinValue is a parameter of type double pMinValue [in] pMinValue is a parameter of type double

Product Availability

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

See Also

IStretchFunctionArguments Interface