2024 Class
Changes 0
C

SpotLightDistribution

Description:
This class encapsulates a spot light distribution.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.Lighting.LightDistribution
    Autodesk.Revit.DB.Lighting.SpotLightDistribution
Name Return Type Description Inherited From
C SpotLightDistribution() None Creates a spot light distribution object with the following values; PI/6 radians spot beam anglePI/2 radians spot field anglePI/6 radians tilt angle
C SpotLightDistribution(Double, Double, Double) None Creates a spot light distribution object with the given values.
C SpotLightDistribution(SpotLightDistribution) None Creates a copy of the given spotlight distribution
Name Return Type Description Inherited From
M Clone() LightDistribution Creates a copy of the LightDistribution derived object. LightDistribution
M Dispose() None Releases all resources used by the LightDistribution
Name Return Type Description Inherited From
P SpotBeamAngle double The spot beam angle.
P SpotFieldAngle double The spot field angle.
P TiltAngle double The tilt angle.
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity. LightDistribution