Gets whether the specified light is on in this model in a PhotoWorks scene.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetLightEnabledInRender( _
ByVal ID As Integer _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IModelDocExtension
Dim ID As Integer
Dim value As Boolean
value = instance.GetLightEnabledInRender(ID)
|
C# | |
---|
bool GetLightEnabledInRender(
int ID
) |
C++/CLI | |
---|
bool GetLightEnabledInRender(
& int ID
) |
Parameters
- ID
- Light ID
Return Value
True to use this light in a PhotoWorks scene, false to not
See Also
Availability
SolidWorks 2008 FCS, Revision Number 16.0