Revit 2026 API
Light |
Set the light distribution style to the given shape distribution
Namespace: Autodesk.Revit.DB.Lighting
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public void SetLightDistributionStyle( LightDistributionStyle lightDistributionStyle )
Public Sub SetLightDistributionStyle ( lightDistributionStyle As LightDistributionStyle )
public: void SetLightDistributionStyle( LightDistributionStyle lightDistributionStyle )
member SetLightDistributionStyle : lightDistributionStyle : LightDistributionStyle -> unit
Parameters
- lightDistributionStyle LightDistributionStyle
- The light distribution style to set the light distribution type to
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | A value passed for an enumeration argument is not a member of that enumeration |
See Also