Solid Edge Framework Type Library
SetAmbient Method
Specifies the red component.
Specifies the green component.
Specifies the blue component.
Description
Sets the red, green, and blue components of the ambient light for the referenced FaceStyle object.
Syntax
Visual Basic
Public Sub SetAmbient( _
   ByVal fRed As Single, _
   ByVal fGreen As Single, _
   ByVal fBlue As Single _
) 
Parameters
fRed
Specifies the red component.
fGreen
Specifies the green component.
fBlue
Specifies the blue component.
See Also

FaceStyle Object  | FaceStyle Members