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


IShader.ProcessG Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IS > IShader Interface > IShader.ProcessG Method
ArcGIS Developer Help

IShader.ProcessG Method

Value range is between 0.0 and 1.0 inclusive

[Visual Basic .NET]
Public Function ProcessG ( _
    ByVal valueIn As Single _
) As Single
[C#]
public float ProcessG (
    float valueIn
);
[C++]
HRESULT ProcessG(
  float valueIn
);
[C++]
Parameters
valueIn [in]

valueIn is a parameter of type single

Product Availability

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

See Also

IShader Interface