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


IShader.ProcessB Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IShader.ProcessB Method

Value range is between 0.0 and 1.0 inclusive

[Visual Basic .NET]
Public Function ProcessB ( _
    ByVal valueIn As Single _
) As Single
[C#]
public float ProcessB (
    float valueIn
);
[C++]
HRESULT ProcessB(
  float valueIn,
  float* valueOut
);
[C++]

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

Product Availability

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

See Also

IShader Interface