2021 Members
Changes 4
M

LightGroupManager

Name Return Type Description Inherited From
M CreateGroup(String) LightGroup Create a new LightGroup object with the given name
M DeleteGroup(ElementId) None Remove the given LightGroup object from the set of LightGroup objects
M Dispose() None Releases all resources used by the LightGroupManager
M Equals None (Inherited from Object .) Object .
M GetGroups() IList<LightGroup> Get the set of contained LightGroup objects The set of LightGroup objects
M GetHashCode None (Inherited from Object .) Object .
M GetLightDimmer(ElementId, ElementId) double Gets the dimmer value for the given light for rendering the given view
M GetLightGroupManager(Document) LightGroupManager Creates a light group manager object from the given document
M GetType None (Inherited from Object .) Object .
M IsLightGroupOn(ElementId, ElementId) bool Returns true if the given light group is on
M IsLightOn(ElementId, ElementId) bool Returns true if the given light is on for rendering the given view
M SetLightDimmer(ElementId, ElementId, Double) None Sets the dimmer value for the given light for rendering the given view
M SetLightGroupOn(ElementId, ElementId, Boolean) None Turns the given light group on or off for rendering the given view depending on the bool argument
M SetLightOn(ElementId, ElementId, Boolean) None Turns the given light on or off for rendering the given view depending on the bool argument
M ToString None (Inherited from Object .) Object .
Name Return Type Description Inherited From
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.