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


IStretchFunctionArguments.MinPercent 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.MinPercent Property
ArcGIS Developer Help

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