CircleLightShape
Description:
This class encapsulates a circle light shape.
This class encapsulates a circle light shape.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.Lighting.LightShape
Autodesk.Revit.DB.Lighting.CircleLightShape
System.Object
Autodesk.Revit.DB.Lighting.LightShape
Autodesk.Revit.DB.Lighting.CircleLightShape
public class CircleLightShape : LightShape
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| CircleLightShape() | None | Creates a circle light shape object with 2.0' emit diameter. | |
| CircleLightShape(CircleLightShape) | None | Creates a copy of the given circle light shape | |
| CircleLightShape(Double) | None | Creates a circle light shape object with the given emit diameter. |
| 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 |
|---|---|---|---|
| EmitDiameter | double | The emit diameter. | |
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. | LightShape |