Solid Edge Framework Type Library
SetLightIntensity Method
Specifies the index number of the light.
Specifies the light intensity.
Description
Sets the intensity of a specified light for the referenced ViewStyle object.
Syntax
Visual Basic
Public Sub SetLightIntensity( _
   ByVal nLight As Long, _
   ByVal fIntensity As Single _
) 
Parameters
nLight
Specifies the index number of the light.
fIntensity
Specifies the light intensity.
See Also

ViewStyle Object  | ViewStyle Members

Send comments on this topic.