Solid Edge Framework Type Library
SetLight Method
Specifies the index number for the light.
Specifies the red component for the light.
Specifies the green component for the light.
Specifies the blue component for the light.
Specifies the angle of the sweep in a spherical coordinate system for positioning the light relative to the target.
Specifies the angle of the rotation in a spherical coordinate system for positioning the light relative to the target.
Description
Sets the parameters of a specified light for the referenced ViewStyle object.
Syntax
Visual Basic
Public Sub SetLight( _
   ByVal nLight As Long, _
   ByVal fRed As Single, _
   ByVal fGreen As Single, _
   ByVal fBlue As Single, _
   ByVal fTheta As Single, _
   ByVal fPhi As Single _
) 
Parameters
nLight
Specifies the index number for the light.
fRed
Specifies the red component for the light.
fGreen
Specifies the green component for the light.
fBlue
Specifies the blue component for the light.
fTheta
Specifies the angle of the sweep in a spherical coordinate system for positioning the light relative to the target.
fPhi
Specifies the angle of the rotation in a spherical coordinate system for positioning the light relative to the target.
See Also

ViewStyle Object  | ViewStyle Members