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


IStretchFunctionArguments.Min Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IS > IStretchFunctionArguments Interface > IStretchFunctionArguments.Min Property
ArcGIS Developer Help

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(
  System.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