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


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

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