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


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

IStretchFunctionArguments.MinPercent Property

The current minimum percent value.

[Visual Basic .NET]
Public Property MinPercent As Double
[C#]
public double MinPercent {get; set;}
[C++]
HRESULT get_MinPercent(
  double* pPercent
);
[C++]
HRESULT put_MinPercent(
  double pPercent
);
[C++]

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

Product Availability

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

See Also

IStretchFunctionArguments Interface