LightGroupGetLights Method |
Get the set of contained light instances
The set of light instances
Namespace: Autodesk.Revit.DB.LightingAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic ICollection<ElementId> GetLights()
Public Function GetLights As ICollection(Of ElementId)
public:
ICollection<ElementId^>^ GetLights()
member GetLights : unit -> ICollection<ElementId>
Return Value
ICollectionElementId
See Also