Solid Edge Framework Type Library
GetAmbient Method
Returns the red component of the ambient light.
Returns the green component of the ambient light.
Returns the blue component of the ambient light.
Description
Returns the red, green, and blue components of the ambient light for the referenced FaceStyle object.
Syntax
Visual Basic
Public Sub GetAmbient( _
   ByRef pfRed As Single, _
   ByRef pfGreen As Single, _
   ByRef pfBlue As Single _
) 
Parameters
pfRed
Returns the red component of the ambient light.
pfGreen
Returns the green component of the ambient light.
pfBlue
Returns the blue component of the ambient light.
See Also

FaceStyle Object  | FaceStyle Members