SphericalLightDistribution(SphericalLightDistribution) Constructor |
Creates a copy of the given spherical light distribution
Namespace: Autodesk.Revit.DB.LightingAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic SphericalLightDistribution(
SphericalLightDistribution other
)
Public Sub New (
other As SphericalLightDistribution
)
public:
SphericalLightDistribution(
SphericalLightDistribution^ other
)
new :
other : SphericalLightDistribution -> SphericalLightDistribution
Parameters
- other SphericalLightDistribution
-
Exceptions
See Also