| Revit 2021.1 API |
| LightShape..::..Clone Method |
| LightShape Class See Also |
Creates a copy of the LightShape derived object.
Namespace: Autodesk.Revit.DB.Lighting
Assembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since:
2013
Syntax
| C# |
|---|
public LightShape Clone() |
| Visual Basic |
|---|
Public Function Clone As LightShape |
| Visual C++ |
|---|
public: LightShape^ Clone() |