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


IRasterDRAShader.PercentMin Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IRasterDRAShader.PercentMin Property

The percent min.

[Visual Basic .NET]
Public Property PercentMin As Single
[C#]
public float PercentMin {get; set;}
[C++]
HRESULT get_PercentMin(
  float* pPercentMin
);
[C++]
HRESULT put_PercentMin(
  float pPercentMin
);
[C++]

Parameters pPercentMin [out, retval] pPercentMin is a parameter of type float pPercentMin [in] pPercentMin is a parameter of type float

Product Availability

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

See Also

IRasterDRAShader Interface