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