LightGroupManager Members

The LightGroupManager type exposes the following members.

Methods

  NameDescription
Public methodCreateGroup
Create a new LightGroup object with the given name
Public methodDeleteGroup
Remove the given LightGroup object from the set of LightGroup objects
Public methodDispose
Releases all resources used by the LightGroupManager
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetGroups
Get the set of contained LightGroup objects The set of LightGroup objects
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetLightDimmer
Gets the dimmer value for the given light for rendering the given view
Public methodStatic memberGetLightGroupManager
Creates a light group manager object from the given document
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsLightGroupOn
Returns true if the given light group is on
Public methodIsLightOn
Returns true if the given light is on for rendering the given view
Public methodSetLightDimmer
Sets the dimmer value for the given light for rendering the given view
Public methodSetLightGroupOn
Turns the given light group on or off for rendering the given view depending on the bool argument
Public methodSetLightOn
Turns the given light on or off for rendering the given view depending on the bool argument
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyIsValidObject
Specifies whether the .NET object represents a valid Revit entity.

See Also