RectangleLightShape(RectangleLightShape) Constructor |
Creates a copy of the given rectangle light shape
Namespace: Autodesk.Revit.DB.LightingAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic RectangleLightShape(
RectangleLightShape other
)
Public Sub New (
other As RectangleLightShape
)
public:
RectangleLightShape(
RectangleLightShape^ other
)
new :
other : RectangleLightShape -> RectangleLightShape
Parameters
- other RectangleLightShape
-
Exceptions
See Also