SpotLightDistribution
Description:
This class encapsulates a spot light distribution.
This class encapsulates a spot light distribution.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.Lighting.LightDistribution
Autodesk.Revit.DB.Lighting.SpotLightDistribution
System.Object
Autodesk.Revit.DB.Lighting.LightDistribution
Autodesk.Revit.DB.Lighting.SpotLightDistribution
public class SpotLightDistribution : LightDistribution
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| SpotLightDistribution() | None | Creates a spot light distribution object with the following values; PI/6 radians spot beam angle PI/2 radians spot field angle PI/6 radians tilt angle | |
| SpotLightDistribution(SpotLightDistribution) | None | Creates a copy of the given spotlight distribution | |
| SpotLightDistribution(Double, Double, Double) | None | Creates a spot light distribution object with the given values. |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Clone() | LightDistribution | Creates a copy of the LightDistribution derived object. (Inherited from LightDistribution ) | LightDistribution |
| Dispose() | None | (Inherited from LightDistribution ) | LightDistribution |
| Equals | None | Determines whether the specified object is equal to the current object. (Inherited from Object ) | Object |
| GetHashCode | None | Serves as the default hash function. (Inherited from Object ) | Object |
| GetType | None | Gets the Type of the current instance. (Inherited from Object ) | Object |
| ToString | None | Returns a string that represents the current object. (Inherited from Object ) | Object |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| IsValidObject | Boolean | Specifies whether the .NET object represents a valid Revit entity. (Inherited from LightDistribution ) | LightDistribution |
| SpotBeamAngle | double | The spot beam angle. | |
| SpotFieldAngle | double | The spot field angle. | |
| TiltAngle | double | The tilt angle. |