PointLightShape
Description:
This class encapsulates a point light shape.
This class encapsulates a point light shape.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.Lighting.LightShape
Autodesk.Revit.DB.Lighting.PointLightShape
System.Object
Autodesk.Revit.DB.Lighting.LightShape
Autodesk.Revit.DB.Lighting.PointLightShape
public class PointLightShape : LightShape
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| PointLightShape() | None | Creates a point light shape object. | |
| PointLightShape(PointLightShape) | None | Creates a copy of the given point 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 |
|---|---|---|---|
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. | LightShape |