RectangleLightShape
Description:
This class encapsulates a rectangle light shape.
This class encapsulates a rectangle light shape.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.Lighting.LightShape
Autodesk.Revit.DB.Lighting.RectangleLightShape
System.Object
Autodesk.Revit.DB.Lighting.LightShape
Autodesk.Revit.DB.Lighting.RectangleLightShape
public class RectangleLightShape : LightShape
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| RectangleLightShape() | None | Creates a rectangle light shape object with 4.0' emit length and a 2.0' emit width. | |
| RectangleLightShape(Double, Double) | None | Creates a rectangle light shape object with the given emit length and width. | |
| RectangleLightShape(RectangleLightShape) | None | Creates a copy of the given rectangle light shape |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Clone() | LightShape | Creates a copy of the LightShape derived object. | LightShape |
| Dispose() | None | Releases all resources used by the | LightShape |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| EmitLength | double | The emit length. | |
| EmitWidth | double | The emit width. | |
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. | LightShape |