| Revit 2020 API |
| LightShapeStyle Enumeration |
| See Also |
Tags for specific light shape styles
Namespace: Autodesk.Revit.DB.Lighting
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)
Since:
2013
Syntax
| C# |
|---|
public enum LightShapeStyle |
| Visual Basic |
|---|
Public Enumeration LightShapeStyle |
| Visual C++ |
|---|
public enum class LightShapeStyle |
Members
| Member name | Description |
|---|---|
| Point | Point light shape. |
| Line | Line light shape. |
| Rectangle | Rectangular light shape. |
| Circle | Circular light shape. |