| Revit 2021.1 API |
| LightType..::..GetLightShape Method |
| LightType Class See Also |
Return a copy of an object derived from LightShape
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 GetLightShape() |
| Visual Basic |
|---|
Public Function GetLightShape As LightShape |
| Visual C++ |
|---|
public: LightShape^ GetLightShape() |