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