Tags for specific light shape styles
Namespace: Autodesk.Revit.DB.Lighting
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public enum LightShapeStyle
Members
Member name | Value | Description |
---|---|---|
Circle | 3 | Circular light shape. |
Line | 1 | Line light shape. |
Point | 0 | Point light shape. |
Rectangle | 2 | Rectangular light shape. |