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


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

IStretchFunctionArguments.MaxPercent Property

The current maximum percent value.

[Visual Basic .NET]
Public Property MaxPercent As Double
[C#]
public double MaxPercent {get; set;}
[C++]
HRESULT get_MaxPercent(
  double* pPercent
);
[C++]
HRESULT put_MaxPercent(
  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