Share

LightGroup.AddLight Method

Add a new light instance to the group


Namespace: Autodesk.Revit.DB.Lighting
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.3.0.0 (26.3.0.0)

Syntax

C#

public void AddLight(
	ElementId lightId
)

Parameters

lightId  ElementId
The ID of the light instance to add to the group

Exceptions

ExceptionCondition
ArgumentException The given element ID does not correspond to a light instance -or- The light instance is in this LightGroup
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?