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