Gets whether a light is kept when the scene changes.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetKeepLightInRenderScene( _
ByVal ID As System.Integer _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IModelDocExtension
Dim ID As System.Integer
Dim value As System.Boolean
value = instance.GetKeepLightInRenderScene(ID) |
C# | |
---|
System.bool GetKeepLightInRenderScene(
System.int ID
) |
C++/CLI | |
---|
System.bool GetKeepLightInRenderScene(
& System.int ID
) |
Parameters
- ID
- Light ID
Return Value
True if the light is kept when the scene changes, false if the light is deleted when the scene changes
See Also