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


IRasterDRAShader.PercentMax Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Carto)  

IRasterDRAShader.PercentMax Property

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(
  System.Single* pPercentMax
);
[C++]

Parameters pPercentMax [in]
pPercentMax is a parameter of type single pPercentMax [out, retval]
pPercentMax is a parameter of type single*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IRasterDRAShader Interface