Returns the current SunAndShadowSettings element assigned to the active view for the
supplied document.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since:
2011
Syntax
C# |
---|
public static Element GetActiveSunAndShadowSettings(
Document aDocument
) |
Visual Basic |
---|
Public Shared Function GetActiveSunAndShadowSettings ( _
aDocument As Document _
) As Element |
Visual C++ |
---|
public:
static Element^ GetActiveSunAndShadowSettings(
Document^ aDocument
) |
Return Value
The active SunAndShadowSettings element for the supplied document.
Exceptions
See Also