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.Min Property (ArcObjects .NET 10.5 SDK) |
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