| Revit 2020 API |
| RectangleLightShape Constructor (RectangleLightShape) |
| RectangleLightShape Class See Also |
Creates a copy of the given rectangle light shape
Namespace: Autodesk.Revit.DB.Lighting
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)
Since:
2013
Syntax
| C# |
|---|
public RectangleLightShape( RectangleLightShape other ) |
| Visual Basic |
|---|
Public Sub New ( _ other As RectangleLightShape _ ) |
| Visual C++ |
|---|
public: RectangleLightShape( RectangleLightShape^ other ) |
Parameters
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was NULL |