Revit 2026 API
Circle |
Creates a copy of the given circle light shape
Namespace: Autodesk.Revit.DB.Lighting
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public CircleLightShape( CircleLightShape other )
Public Sub New ( other As CircleLightShape )
public: CircleLightShape( CircleLightShape^ other )
new : other : CircleLightShape -> CircleLightShape
Parameters
- other CircleLightShape
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
See Also