LightShapeStyle Enumeration
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 nameDescription
Point Point light shape.
Line Line light shape.
Rectangle Rectangular light shape.
Circle Circular light shape.

See Also