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