LightType Class

This class encapsulates light information.
Inheritance Hierarchy
SystemObject
  Autodesk.Revit.DB.LightingLightType

Namespace: Autodesk.Revit.DB.Lighting
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public class LightType : IDisposable

The LightType type exposes the following members.

Properties
 NameDescription
Public propertyColorFilter The light filter color.
Public propertyDimmingColor The dimming temperature value in Kelvins.
Public propertyIsValidObject Specifies whether the .NET object represents a valid Revit entity.
Top
Methods
 NameDescription
Public methodDisposeReleases all resources used by the LightType
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetInitialColor Return a copy of an object derived from InitialColor
Public methodGetInitialIntensity Return a copy of an object derived from InitialIntensity
Public methodGetLightDistribution Return a copy of an object derived from LightDistribution
Public methodGetLightShape Return a copy of an object derived from LightShape
Public methodStatic memberGetLightType Creates a light type object from the given document and family type ID
Public methodStatic memberGetLightTypeFromInstance Creates a light type object from the given document and element ID
Public methodGetLossFactor Return a copy of an object derived from LossFactor
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodSetInitialColor Replace the current initial color object with the given object
Public methodSetInitialIntensity Replace the current initial intensity object with the given object
Public methodSetLightDistribution Replace the current LightDistribution object with the given object
Public methodSetLightShape Replace the current LightShape object with the given object
Public methodSetLossFactor Replace the current loss factor object with the given object
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also