Gets whether a light is on in this model.
.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 of the light is on, false if not
See Also
Availability
SolidWorks 2008 FCS, Revision Number 16.0