CircleLightShape Class
This class encapsulates a circle light shape.

Namespace: Autodesk.Revit.DB.Lighting
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:  2013

Syntax

C#
public class CircleLightShape : LightShape
Visual Basic
Public Class CircleLightShape _
	Inherits LightShape
Visual C++
public ref class CircleLightShape : public LightShape

Inheritance Hierarchy

System..::..Object
  Autodesk.Revit.DB.Lighting..::..LightShape
    Autodesk.Revit.DB.Lighting..::..CircleLightShape

See Also