LightShapeStyle Enumeration |
Tags for specific light shape styles
Namespace: Autodesk.Revit.DB.LightingAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic enum LightShapeStyle
Public Enumeration LightShapeStyle
public enum class LightShapeStyle
MembersMember name | Value | Description |
---|
Point | 0 |
Point light shape.
|
Line | 1 |
Line light shape.
|
Rectangle | 2 |
Rectangular light shape.
|
Circle | 3 |
Circular light shape.
|
See Also