Returns the current SunAndShadowSettings element assigned to the active view for the
supplied document.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static Element GetActiveSunAndShadowSettings(
Document aDocument
)
Parameters
- aDocument Document
-
The document.
Return Value
Element
The active SunAndShadowSettings element for the supplied document.
Exceptions
See Also
Reference