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


IRasterDRAShader.PercentMax Property (ArcObjects .NET 10.5 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(
  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.

See Also

IRasterDRAShader Interface