RVTDocs.com

SunAndShadowSettings.GetFrameAzimuth

Method
Description:
Identifies the azimuth of the sun (angle in radians) for a specific frame.
Syntax
public double GetFrameAzimuth(
	double frame
)
Parameters
Parameter Type Description
frame Double Frame for which time is requested
Return Value
Type Description
Double Azimuth angle (radians). This is measured counterclockwise from the X axis (East direction). Note that this is a different frame of reference than is used by Revit for the Lighting Study Azimuth value.
Exceptions
Exception Condition
ArgumentException the frame value frame is not valid.