LightShapeStyle Enumeration


Light Shape Style Enumeration

Tags for specific light shape styles

Namespace: Autodesk.Revit.DB.Lighting
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
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.
See Also