The maximum (high) 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.