LightFamilyGetLightSourceTransform Method |
Returns a Transform value for the transform of light source.
Namespace: Autodesk.Revit.DB.LightingAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic Transform GetLightSourceTransform()
Public Function GetLightSourceTransform As Transform
public:
Transform^ GetLightSourceTransform()
member GetLightSourceTransform : unit -> Transform
Return Value
Transform
The light source transform.
Remarks
When the user moves or rotates the light source in family editor,
the returned Transform gets changed accordingly.
See Also