HemisphericalLightDistribution
This class encapsulates a hemispherical light distribution.
Inheritance Hierarchy
System.Object
Autodesk.Revit.DB.Lighting.LightDistribution
Autodesk.Revit.DB.Lighting.HemisphericalLightDistribution
Namespace: Autodesk.Revit.DB.Lighting
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public class HemisphericalLightDistribution : LightDistribution
The HemisphericalLightDistribution type exposes the following members.
Constructors
Name
Description
Public Method
HemisphericalLightDistribution.
Creates a hemispherical light distribution object.
Public Method
HemisphericalLightDistribution(HemisphericalLightDistribution)
Creates a copy of the given hemispherical light distribution
Properties
Name
Description
Public Property
IsValidObject
Specifies whether the .NET object represents a valid Revit entity.
(Inherited from LightDistribution)
Methods
Name
Description
Public Method
Clone
Creates a copy of the LightDistribution derived object.
(Inherited from LightDistribution)
Public Method
Dispose
(Inherited from LightDistribution)
Public Method
Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object)
Public Method
GetHashCode
Serves as the default hash function.
(Inherited from Object)
Public Method
GetType
Gets the Type of the current instance.
(Inherited from Object)
Public Method
ToString
Returns a string that represents the current object.
(Inherited from Object)