<Code Lib>
2020 Class
Changes 0
C

PointLightShape

Description:
This class encapsulates a point light shape.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.Lighting.LightShape
    Autodesk.Revit.DB.Lighting.PointLightShape

public class PointLightShape : LightShape

Name Return Type Description Inherited From
C PointLightShape() PointLightShape Creates a point light shape object.
C PointLightShape(PointLightShape) PointLightShape Creates a copy of the given point light shape

Name Return Type Description Inherited From
M Clone() LightShape Creates a copy of the LightShape derived object. LightShape
M Dispose() None Releases all resources used by the LightShape

Name Return Type Description Inherited From
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity. LightShape

Loading…