CircleLightShape(CircleLightShape) Constructor

CircleLightShape(CircleLightShape) Constructor

Creates a copy of the given circle light shape

Namespace: Autodesk.Revit.DB.Lighting
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public CircleLightShape(
	CircleLightShape other
)
Public Sub New ( 
	other As CircleLightShape
)
public:
CircleLightShape(
	CircleLightShape^ other
)
new : 
        other : CircleLightShape -> CircleLightShape

Parameters

other  CircleLightShape
 
Exceptions
ExceptionCondition
ArgumentNullException A non-optional argument was null
See Also