2020 Class
Changes 0
C

CircleLightShape

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