Revit 2026 API
Light |
Returns a Transform value for the transform of light source.
Namespace: Autodesk.Revit.DB.Lighting
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public Transform GetLightSourceTransform()
Public Function GetLightSourceTransform As Transform
public: Transform^ GetLightSourceTransform()
member GetLightSourceTransform : unit -> Transform
Return Value
TransformThe light source transform.
When the user moves or rotates the light source in family editor,
the returned Transform gets changed accordingly.
See Also