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


IRasterDRAShader.PercentMin Property (ArcObjects .NET 10.6 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(
  System.Single* pPercentMin
);
[C++]

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

Product Availability

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

See Also

IRasterDRAShader Interface