The percent max.
[Visual Basic .NET] Public Property PercentMax As Single
[C#]
public float PercentMax {get; set;}
[C++]
HRESULT get_PercentMax(
float* pPercentMax
);
[C++]
HRESULT put_PercentMax(
float pPercentMax
);
[C++]Parameters
pPercentMax [out, retval] pPercentMax is a parameter of type float pPercentMax [in] pPercentMax is a parameter of type float
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.