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