LightGroupRemoveLight Method |
Remove the given light instance from the set of light instances in this group
Namespace: Autodesk.Revit.DB.LightingAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic void RemoveLight(
ElementId lightId
)
Public Sub RemoveLight (
lightId As ElementId
)
public:
void RemoveLight(
ElementId^ lightId
)
member RemoveLight :
lightId : ElementId -> unit
Parameters
- lightId ElementId
-
The light instance to remove
Exceptions
See Also